summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
Diffstat (limited to 'mcop')
-rw-r--r--mcop/anyref.h2
-rw-r--r--mcop/asyncstream.h2
-rw-r--r--mcop/buffer.h2
-rw-r--r--mcop/common.h2
-rw-r--r--mcop/connect.h2
-rw-r--r--mcop/connection.h2
-rw-r--r--mcop/core.idl4
-rw-r--r--mcop/datapacket.h4
-rw-r--r--mcop/debug.h2
-rw-r--r--mcop/delayedreturn.h2
-rw-r--r--mcop/dispatcher.h2
-rw-r--r--mcop/dynamicrequest.h2
-rw-r--r--mcop/dynamicskeleton.h6
-rw-r--r--mcop/extensionloader.h2
-rw-r--r--mcop/factory.h2
-rw-r--r--mcop/flowsystem.h2
-rw-r--r--mcop/idlfilereg.h2
-rw-r--r--mcop/ifacerepo_impl.h2
-rw-r--r--mcop/iomanager.h2
-rw-r--r--mcop/loopback.h2
-rw-r--r--mcop/mcopconfig.h2
-rw-r--r--mcop/mcoputils.cc2
-rw-r--r--mcop/mcoputils.h2
-rw-r--r--mcop/md5.h2
-rw-r--r--mcop/md5auth.h2
-rw-r--r--mcop/namedstore.h2
-rw-r--r--mcop/notification.h2
-rw-r--r--mcop/object.cc2
-rw-r--r--mcop/object.h4
-rw-r--r--mcop/objectmanager.h2
-rw-r--r--mcop/pool.h2
-rw-r--r--mcop/reference.h2
-rw-r--r--mcop/referenceclean.h2
-rw-r--r--mcop/socketconnection.h2
-rw-r--r--mcop/startupmanager.h2
-rw-r--r--mcop/tcpconnection.h2
-rw-r--r--mcop/tcpserver.h2
-rw-r--r--mcop/thread.h2
-rw-r--r--mcop/type.h2
-rw-r--r--mcop/unixconnection.h2
-rw-r--r--mcop/unixserver.h2
-rw-r--r--mcop/weakreference.h2
42 files changed, 47 insertions, 47 deletions
diff --git a/mcop/anyref.h b/mcop/anyref.h
index 60e1836..332c5c7 100644
--- a/mcop/anyref.h
+++ b/mcop/anyref.h
@@ -27,7 +27,7 @@
#include <string>
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): AnyRefBase, AnyRef, AnyConstRef
+ * BC - tqStatus (2002-03-08): AnyRefBase, AnyRef, AnyConstRef
*
* These classes will be kept binary compatibile. To change it, adding a new
* representation is necessary. No private d pointer for this reason.
diff --git a/mcop/asyncstream.h b/mcop/asyncstream.h
index acd27c4..6b31ef9 100644
--- a/mcop/asyncstream.h
+++ b/mcop/asyncstream.h
@@ -28,7 +28,7 @@
#include "datapacket.h"
/*
- * BC - Status (2002-03-08): GenericAsyncStream, AsyncStream,
+ * BC - tqStatus (2002-03-08): GenericAsyncStream, AsyncStream,
* FloatAsyncStream/ByteAsyncStream
*
* These classes are to be treated with extreme care, as they are used in
diff --git a/mcop/buffer.h b/mcop/buffer.h
index c1cc1b0..7cfef58 100644
--- a/mcop/buffer.h
+++ b/mcop/buffer.h
@@ -27,7 +27,7 @@
#include <vector>
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): Buffer.
+ * BC - tqStatus (2002-03-08): Buffer.
*
* Has to be kept binary compatible. As buffer is speed relevant, currently
* there are no private d ptrs, and the idea is to keep this as possible.
diff --git a/mcop/common.h b/mcop/common.h
index 2dbde70..22783c2 100644
--- a/mcop/common.h
+++ b/mcop/common.h
@@ -36,7 +36,7 @@
#include "connect.h"
/*
- * BC - Status (2002-03-08): Read/WriteObject(Seq)
+ * BC - tqStatus (2002-03-08): Read/WriteObject(Seq)
*
* Will be kept binary compatible by NOT TOUCHING AT ALL. Do not change this.
* (Interaction with generated code).
diff --git a/mcop/connect.h b/mcop/connect.h
index aa9065b..721b143 100644
--- a/mcop/connect.h
+++ b/mcop/connect.h
@@ -22,7 +22,7 @@
#define MCOP_CONNECT_H
/*
- * BC - Status (2002-03-08): connect / setValue functions
+ * BC - tqStatus (2002-03-08): connect / setValue functions
*
* Will be kept as they are (binary compatible).
*/
diff --git a/mcop/connection.h b/mcop/connection.h
index c68f80d..34cc08b 100644
--- a/mcop/connection.h
+++ b/mcop/connection.h
@@ -27,7 +27,7 @@
#include "buffer.h"
/*
- * BC - Status (2002-03-08): Connection.
+ * BC - tqStatus (2002-03-08): Connection.
*
* None of these classes is considered part of the public API. However, they
* NEED to be kept binary compatible as the DO interact with generated code.
diff --git a/mcop/core.idl b/mcop/core.idl
index 156632a..ea1062b 100644
--- a/mcop/core.idl
+++ b/mcop/core.idl
@@ -211,7 +211,7 @@ struct AttributeDef {
* defines what methods/attributes a particular interface supports: these
* do not contain the methods/attributes of inherited interfaces.
*
- * inheritedInterfaces only contains the names of Interfaces that this one
+ * inheritedInterfaces only tqcontains the names of Interfaces that this one
* inherits in exactly one step. So to see if interface XYZ is inherited
* from ABC, you need to check the "inheritedInterfaces" of XYZ, and their
* "inheritedInterfaces" and their "inheritedInterfaces" and so on.
@@ -530,7 +530,7 @@ interface TmpGlobalComm : GlobalComm {
*/
/**
- * TraderOffer - this contains an offer of an object (which is usually returned
+ * TraderOffer - this tqcontains an offer of an object (which is usually returned
* as result of a query.
*/
interface TraderOffer {
diff --git a/mcop/datapacket.h b/mcop/datapacket.h
index e7a08e0..b68e8de 100644
--- a/mcop/datapacket.h
+++ b/mcop/datapacket.h
@@ -27,7 +27,7 @@
#include "buffer.h"
/*
- * BC - Status (2002-03-08): GenericDataChannel, DataPacket types
+ * BC - tqStatus (2002-03-08): GenericDataChannel, DataPacket types
*
* These classes must be kept binary compatible, as the do interact with
* generated code. So you MUST KNOW WHAT YOU ARE DOING, once you start
@@ -201,7 +201,7 @@ protected:
};
/**
- * FloatDataPacket finally is one concrete DataPacket (which contains the
+ * FloatDataPacket finally is one concrete DataPacket (which tqcontains the
* information how to marshal a datapacket of type float)
*/
class ARTS_EXPORT FloatDataPacket : public RawDataPacket<float> {
diff --git a/mcop/debug.h b/mcop/debug.h
index 6ef83e5..0999b7b 100644
--- a/mcop/debug.h
+++ b/mcop/debug.h
@@ -31,7 +31,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): Debug.
+ * BC - tqStatus (2002-03-08): Debug.
*
* Collection class, no instance, no members. Thus binary compatible (will
* be kept).
diff --git a/mcop/delayedreturn.h b/mcop/delayedreturn.h
index 290cfc4..84373c0 100644
--- a/mcop/delayedreturn.h
+++ b/mcop/delayedreturn.h
@@ -26,7 +26,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): DelayedReturn
+ * BC - tqStatus (2002-03-08): DelayedReturn
*
* This class will be kept binary compatible. It has a private d-pointer for
* further extensions.
diff --git a/mcop/dispatcher.h b/mcop/dispatcher.h
index 6a2be82..683cba1 100644
--- a/mcop/dispatcher.h
+++ b/mcop/dispatcher.h
@@ -38,7 +38,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): Dispatcher
+ * BC - tqStatus (2002-03-08): Dispatcher
*
* This is part of the public API (and interacts with generated code) and
* has to be kept binary compatible.
diff --git a/mcop/dynamicrequest.h b/mcop/dynamicrequest.h
index b1316b0..ff98b95 100644
--- a/mcop/dynamicrequest.h
+++ b/mcop/dynamicrequest.h
@@ -31,7 +31,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): DynamicRequest
+ * BC - tqStatus (2002-03-08): DynamicRequest
*
* Has to be kept binary compatible (use d ptr).
*/
diff --git a/mcop/dynamicskeleton.h b/mcop/dynamicskeleton.h
index 94fc8c5..d68ced7 100644
--- a/mcop/dynamicskeleton.h
+++ b/mcop/dynamicskeleton.h
@@ -28,7 +28,7 @@
#include "object.h"
/*
- * BC - Status (2002-03-08): DynamicSkeletonBase, DynamicSkeleton
+ * BC - tqStatus (2002-03-08): DynamicSkeletonBase, DynamicSkeleton
*
* Will be kept binary compatible (using d ptr).
*/
@@ -60,11 +60,11 @@ public:
* process is called whenever you get a request that you need to implement
* dynamically
*
- * @param methodID contains the ID of the method that you need to
+ * @param methodID tqcontains the ID of the method that you need to
* implement - you can get the full signature by calling
* getMethodDef
*
- * @param request contains the marshalled parameters
+ * @param request tqcontains the marshalled parameters
*
* @param result is for the return code - if your method returns a
* value, you need to write the it in the result Buffer
diff --git a/mcop/extensionloader.h b/mcop/extensionloader.h
index 034ecf4..825b17f 100644
--- a/mcop/extensionloader.h
+++ b/mcop/extensionloader.h
@@ -30,7 +30,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): ExtensionLoader
+ * BC - tqStatus (2002-03-08): ExtensionLoader
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. No binary compatibility guaranteed. (Interactions:
diff --git a/mcop/factory.h b/mcop/factory.h
index 6adab89..47ea466 100644
--- a/mcop/factory.h
+++ b/mcop/factory.h
@@ -31,7 +31,7 @@
#include "startupmanager.h"
/*
- * BC - Status (2002-03-08): Factory
+ * BC - tqStatus (2002-03-08): Factory
*
* Will need to remain binary compatible (REGISTER_IMPLEMENTATION), d ptr
* provided for convenience, watch out for interactions with generated
diff --git a/mcop/flowsystem.h b/mcop/flowsystem.h
index 532f1de..57be7e1 100644
--- a/mcop/flowsystem.h
+++ b/mcop/flowsystem.h
@@ -28,7 +28,7 @@
#include "common.h"
/*
- * BC - Status (2002-03-08): ScheduleNode, FlowSystem, FlowSystem_impl,
+ * BC - tqStatus (2002-03-08): ScheduleNode, FlowSystem, FlowSystem_impl,
* RemoteScheduleNode
*
* Heavy interactions with generated and hand-written code, flowsystem binding
diff --git a/mcop/idlfilereg.h b/mcop/idlfilereg.h
index 77b5fa6..61c255a 100644
--- a/mcop/idlfilereg.h
+++ b/mcop/idlfilereg.h
@@ -29,7 +29,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): IDLFileReg
+ * BC - tqStatus (2002-03-08): IDLFileReg
*
* Will be kept binary compatible by NOT TOUCHING AT ALL. Do not change this.
* (Interaction with generated code). Add a new class if you need something
diff --git a/mcop/ifacerepo_impl.h b/mcop/ifacerepo_impl.h
index ca22516..1379ec4 100644
--- a/mcop/ifacerepo_impl.h
+++ b/mcop/ifacerepo_impl.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): InterfaceRepo_impl
+ * BC - tqStatus (2002-03-08): InterfaceRepo_impl
*
* This is an implementation class, and not kept binary compatible. It's
* only here since the REGISTER_IMPLEMENTATION bootstrapping may not yet
diff --git a/mcop/iomanager.h b/mcop/iomanager.h
index fc88268..f3afaf7 100644
--- a/mcop/iomanager.h
+++ b/mcop/iomanager.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08):
+ * BC - tqStatus (2002-03-08):
* BINARY COMPATIBLE: IONotify, TimeNotify, IOManager
* NO BC FOR: StdIOManager
*
diff --git a/mcop/loopback.h b/mcop/loopback.h
index e16d1cd..214c903 100644
--- a/mcop/loopback.h
+++ b/mcop/loopback.h
@@ -28,7 +28,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): LoopbackConnection
+ * BC - tqStatus (2002-03-08): LoopbackConnection
*
* Not part of the public API. Do NOT use it in your apps. No binary
* compatibility guaranteed.
diff --git a/mcop/mcopconfig.h b/mcop/mcopconfig.h
index 8fb1e10..d75adc3 100644
--- a/mcop/mcopconfig.h
+++ b/mcop/mcopconfig.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): MCOPConfig
+ * BC - tqStatus (2002-03-08): MCOPConfig
*
* Is guaranteed to stay binary compatible. d ptr provided.
*/
diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc
index 57ac856..168f55f 100644
--- a/mcop/mcoputils.cc
+++ b/mcop/mcoputils.cc
@@ -406,7 +406,7 @@ string MCOPUtils::getFullHostname()
/*
* if gethostname() isn't a FQDN (guess that by checking whether it
- * contains a dot), try to look it up to ensure it is
+ * tqcontains a dot), try to look it up to ensure it is
*/
if(result.find('.') == string::npos && (hp = gethostbyname(buffer)) != 0)
result = hp->h_name;
diff --git a/mcop/mcoputils.h b/mcop/mcoputils.h
index 3645166..c0b8224 100644
--- a/mcop/mcoputils.h
+++ b/mcop/mcoputils.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): MCOPUtils
+ * BC - tqStatus (2002-03-08): MCOPUtils
*
* Collection class for all kinds of utility functions. BC, since never
* instanciated.
diff --git a/mcop/md5.h b/mcop/md5.h
index 6954632..a6fe7dd 100644
--- a/mcop/md5.h
+++ b/mcop/md5.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): arts_md5sum
+ * BC - tqStatus (2002-03-08): arts_md5sum
*
* No binary compatibility guaranteed (part of Dispatcher's security model).
*/
diff --git a/mcop/md5auth.h b/mcop/md5auth.h
index e70141f..3c5f94a 100644
--- a/mcop/md5auth.h
+++ b/mcop/md5auth.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): arts_md5_*
+ * BC - tqStatus (2002-03-08): arts_md5_*
*
* No guarantees - do not use.
*/
diff --git a/mcop/namedstore.h b/mcop/namedstore.h
index 89a2b2d..0d8c29d 100644
--- a/mcop/namedstore.h
+++ b/mcop/namedstore.h
@@ -29,7 +29,7 @@
#include "stdio.h"
/*
- * BC - Status (2002-03-08): NamedStore
+ * BC - tqStatus (2002-03-08): NamedStore
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. These are part of the implementation of object.cc and not
diff --git a/mcop/notification.h b/mcop/notification.h
index 8b3e4b0..6c306e5 100644
--- a/mcop/notification.h
+++ b/mcop/notification.h
@@ -29,7 +29,7 @@
namespace Arts {
/*
- * BC - Status (2002-03-08): Notification, NotificationClient,
+ * BC - tqStatus (2002-03-08): Notification, NotificationClient,
* NotificationManager
*
* All need to be kept BC, NotificationManager with usual d ptr.
diff --git a/mcop/object.cc b/mcop/object.cc
index c501081..de6342e 100644
--- a/mcop/object.cc
+++ b/mcop/object.cc
@@ -1127,7 +1127,7 @@ Object_stub::Object_stub(Connection *connection, long objectID)
Object_stub::~Object_stub()
{
/*
- * invalidate method lookup cache entries of this object, as it might
+ * tqinvalidate method lookup cache entries of this object, as it might
* happen, that another Object_stub is created just at the same position
*/
if(_lookupMethodCache)
diff --git a/mcop/object.h b/mcop/object.h
index f67bc67..de46618 100644
--- a/mcop/object.h
+++ b/mcop/object.h
@@ -34,7 +34,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): Object_base, Object_skel, Object_stub
+ * BC - tqStatus (2002-03-08): Object_base, Object_skel, Object_stub
*
* All of them have to be kept binary compatible carefully, due to interaction
* with generated code. There are d ptrs in _skel and _stub, NOT TO BE USED
@@ -70,7 +70,7 @@ private:
protected:
/**
- * ObjectInternalData contains private data structures for
+ * ObjectInternalData tqcontains private data structures for
* - Object_base
* - Object_stub
* - Object_skel
diff --git a/mcop/objectmanager.h b/mcop/objectmanager.h
index 53aa65a..33d46c7 100644
--- a/mcop/objectmanager.h
+++ b/mcop/objectmanager.h
@@ -30,7 +30,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): ObjectManager
+ * BC - tqStatus (2002-03-08): ObjectManager
*
* Keep binary compatible (since accessible via ::the()), use d ptr when
* changing it.
diff --git a/mcop/pool.h b/mcop/pool.h
index d3ca05d..45a04ce 100644
--- a/mcop/pool.h
+++ b/mcop/pool.h
@@ -25,7 +25,7 @@
/*
- * BC - Status (2002-03-08): Pool<type>
+ * BC - tqStatus (2002-03-08): Pool<type>
*
* Needs to be kept binary compatible by NOT TOUCHING. When you want something
* else, write a fresh one (used as part of Arts::Dispatcher, thus changing
diff --git a/mcop/reference.h b/mcop/reference.h
index a5bea45..ba87ab5 100644
--- a/mcop/reference.h
+++ b/mcop/reference.h
@@ -19,7 +19,7 @@
*/
/*
- * BC - Status (2002-03-08): Reference, SubClass, Object, DynamicCast.
+ * BC - tqStatus (2002-03-08): Reference, SubClass, Object, DynamicCast.
*
* Part of the public API. Must be kept binary compatible by NOT TOUCHING
* AT ALL. Interaction with generated and written code.
diff --git a/mcop/referenceclean.h b/mcop/referenceclean.h
index 2612ffb..53d3780 100644
--- a/mcop/referenceclean.h
+++ b/mcop/referenceclean.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): ReferenceClean
+ * BC - tqStatus (2002-03-08): ReferenceClean
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. Can be changed arbitrarily even non BC.
diff --git a/mcop/socketconnection.h b/mcop/socketconnection.h
index 86c400a..d30927f 100644
--- a/mcop/socketconnection.h
+++ b/mcop/socketconnection.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): SocketConnection
+ * BC - tqStatus (2002-03-08): SocketConnection
*
* None of these classes is considered part of the public API. Do NOT use it
* in your apps. No BC guaranteed.
diff --git a/mcop/startupmanager.h b/mcop/startupmanager.h
index c0644c5..b4089a3 100644
--- a/mcop/startupmanager.h
+++ b/mcop/startupmanager.h
@@ -28,7 +28,7 @@
#include <list>
/*
- * BC - Status (2002-03-08): StartupClass, StartupManager.
+ * BC - tqStatus (2002-03-08): StartupClass, StartupManager.
*
* The class needs to be kept BC, as the startup system bases on inheritance
* and virtual functions. Do not change.
diff --git a/mcop/tcpconnection.h b/mcop/tcpconnection.h
index 4fadef6..e09474a 100644
--- a/mcop/tcpconnection.h
+++ b/mcop/tcpconnection.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): TCPConnection
+ * BC - tqStatus (2002-03-08): TCPConnection
*
* Not part of the public API. Do NOT use it in your apps. Binary incompatible
* changes allowed.
diff --git a/mcop/tcpserver.h b/mcop/tcpserver.h
index 4c31540..59ee44e 100644
--- a/mcop/tcpserver.h
+++ b/mcop/tcpserver.h
@@ -27,7 +27,7 @@
#include "arts_export.h"
#include "iomanager.h"
/*
- * BC - Status (2002-03-08): TCPServer
+ * BC - tqStatus (2002-03-08): TCPServer
*
* Not part of the public API. Do NOT use it in your apps. Binary incompatible
* changes allowed.
diff --git a/mcop/thread.h b/mcop/thread.h
index d81010d..c7ce9ec 100644
--- a/mcop/thread.h
+++ b/mcop/thread.h
@@ -26,7 +26,7 @@
#include "arts_export.h"
/*
- * BC - Status (2002-03-08): SystemThreads, Thread, Mutex, ThreadCondition,
+ * BC - tqStatus (2002-03-08): SystemThreads, Thread, Mutex, ThreadCondition,
* Semaphore
*
* These classes are kept binary compatible. As the threading implementation
diff --git a/mcop/type.h b/mcop/type.h
index a4ca501..4cdd3f6 100644
--- a/mcop/type.h
+++ b/mcop/type.h
@@ -27,7 +27,7 @@
#include "buffer.h"
/*
- * BC - Status (2002-03-08): Type
+ * BC - tqStatus (2002-03-08): Type
*
* Keep binary compatible. DO NOT TOUCH, DO NOT CHANGE.
*/
diff --git a/mcop/unixconnection.h b/mcop/unixconnection.h
index 0640670..c8d2d20 100644
--- a/mcop/unixconnection.h
+++ b/mcop/unixconnection.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): UnixConnection
+ * BC - tqStatus (2002-03-08): UnixConnection
*
* Not part of the public API. Do NOT use it in your apps. Can change, even
* binary incompatible.
diff --git a/mcop/unixserver.h b/mcop/unixserver.h
index fa91fba..3220e42 100644
--- a/mcop/unixserver.h
+++ b/mcop/unixserver.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): UnixServer
+ * BC - tqStatus (2002-03-08): UnixServer
*
* Not part of the public API. Do NOT use it in your apps. Can change, even
* binary incompatible.
diff --git a/mcop/weakreference.h b/mcop/weakreference.h
index 344eacb..a91bc0d 100644
--- a/mcop/weakreference.h
+++ b/mcop/weakreference.h
@@ -21,7 +21,7 @@
*/
/*
- * BC - Status (2002-03-08): WeakReference(Base)
+ * BC - tqStatus (2002-03-08): WeakReference(Base)
*
* Has to be kept binary compatible by not touching it. Add a new class if
* you need something else.