certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi scripts/NW_MessageType.ods libCERTI/Netwo... [br_DEV_H


From: certi-cvs
Subject: [certi-cvs] certi scripts/NW_MessageType.ods libCERTI/Netwo... [br_DEV_HETEROGENEOUS]
Date: Wed, 09 Apr 2008 10:34:04 +0000

CVSROOT:        /sources/certi
Module name:    certi
Branch:         br_DEV_HETEROGENEOUS
Changes by:     Eric NOULARD <erk>      08/04/09 10:34:03

Modified files:
        scripts        : NW_MessageType.ods 
        libCERTI       : NetworkMessage.hh NM_Classes.hh 
                         NetworkMessage.cc NM_Classes.cc 

Log message:
        Avant d'aller manger :-=)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/scripts/NW_MessageType.ods?cvsroot=certi&only_with_tag=br_DEV_HETEROGENEOUS&rev=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/NetworkMessage.hh?cvsroot=certi&only_with_tag=br_DEV_HETEROGENEOUS&r1=3.30.2.3&r2=3.30.2.4
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/NM_Classes.hh?cvsroot=certi&only_with_tag=br_DEV_HETEROGENEOUS&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/NetworkMessage.cc?cvsroot=certi&only_with_tag=br_DEV_HETEROGENEOUS&r1=3.28.2.2&r2=3.28.2.3
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/NM_Classes.cc?cvsroot=certi&only_with_tag=br_DEV_HETEROGENEOUS&r1=1.1.2.4&r2=1.1.2.5

Patches:
Index: scripts/NW_MessageType.ods
===================================================================
RCS file: /sources/certi/certi/scripts/Attic/NW_MessageType.ods,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
Binary files /tmp/cvsoSdEeQ and /tmp/cvstRo0jD differ

Index: libCERTI/NetworkMessage.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/NetworkMessage.hh,v
retrieving revision 3.30.2.3
retrieving revision 3.30.2.4
diff -u -b -r3.30.2.3 -r3.30.2.4
--- libCERTI/NetworkMessage.hh  9 Apr 2008 08:43:45 -0000       3.30.2.3
+++ libCERTI/NetworkMessage.hh  9 Apr 2008 10:34:03 -0000       3.30.2.4
@@ -17,7 +17,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA
 //
-// $Id: NetworkMessage.hh,v 3.30.2.3 2008/04/09 08:43:45 erk Exp $
+// $Id: NetworkMessage.hh,v 3.30.2.4 2008/04/09 10:34:03 erk Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef CERTI_NETWORK_MESSAGE_HH
@@ -317,6 +317,8 @@
        
        
        void setFEDid(const char *NewFEDid);
+       
+       /** The name corresponding to message type */
        const std::string getName() const {return name;}
        
        /** The network message type */
@@ -398,4 +400,4 @@
 
 #endif // CERTI_NETWORK_MESSAGE_HH
 
-// $Id: NetworkMessage.hh,v 3.30.2.3 2008/04/09 08:43:45 erk Exp $
+// $Id: NetworkMessage.hh,v 3.30.2.4 2008/04/09 10:34:03 erk Exp $

Index: libCERTI/NM_Classes.hh
===================================================================
RCS file: /sources/certi/certi/libCERTI/Attic/NM_Classes.hh,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- libCERTI/NM_Classes.hh      9 Apr 2008 08:43:45 -0000       1.1.2.4
+++ libCERTI/NM_Classes.hh      9 Apr 2008 10:34:03 -0000       1.1.2.5
@@ -856,6 +856,8 @@
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
+       const ObjectHandle getObject() const {return object;};
+       void setObject(ObjectHandle object) {this->object=object;};
 protected:
        /* specific field */
        ObjectHandle object;
@@ -925,32 +927,25 @@
 /*<END>---------- Inform_Attribute_Ownership ------------<END>*/
 
 /*<BEGIN>---------- Negotiated_Attribute_Ownership_Divestiture 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Negotiated_Attribute_Ownership_Divestiture : public 
NM_WithHandleArray {
+class CERTI_EXPORT NM_Negotiated_Attribute_Ownership_Divestiture : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Negotiated_Attribute_Ownership_Divestiture();
        virtual ~NM_Negotiated_Attribute_Ownership_Divestiture();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
-       const ObjectHandle getObject() const {return object;};
-       void setObject(ObjectHandle object) {this->object=object;};
 protected:
        /* specific field */
-       ObjectHandle object;
 private:
 };
 
 /*<END>---------- Negotiated_Attribute_Ownership_Divestiture 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Acquisition_Notification 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Attribute_Ownership_Acquisition_Notification : public 
NetworkMessage {
+class CERTI_EXPORT NM_Attribute_Ownership_Acquisition_Notification : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Attribute_Ownership_Acquisition_Notification();
        virtual ~NM_Attribute_Ownership_Acquisition_Notification();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -960,13 +955,11 @@
 /*<END>---------- Attribute_Ownership_Acquisition_Notification 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Divestiture_Notification 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Attribute_Ownership_Divestiture_Notification : public 
NetworkMessage {
+class CERTI_EXPORT NM_Attribute_Ownership_Divestiture_Notification : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Attribute_Ownership_Divestiture_Notification();
        virtual ~NM_Attribute_Ownership_Divestiture_Notification();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -990,13 +983,11 @@
 /*<END>---------- Request_Attribute_Ownership_Assumption ------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Unavailable ------------<BEGIN>*/
-class CERTI_EXPORT NM_Attribute_Ownership_Unavailable : public NetworkMessage {
+class CERTI_EXPORT NM_Attribute_Ownership_Unavailable : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Attribute_Ownership_Unavailable();
        virtual ~NM_Attribute_Ownership_Unavailable();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1006,13 +997,11 @@
 /*<END>---------- Attribute_Ownership_Unavailable ------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Acquisition_If_Available 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Attribute_Ownership_Acquisition_If_Available : public 
NetworkMessage {
+class CERTI_EXPORT NM_Attribute_Ownership_Acquisition_If_Available : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Attribute_Ownership_Acquisition_If_Available();
        virtual ~NM_Attribute_Ownership_Acquisition_If_Available();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1022,13 +1011,11 @@
 /*<END>---------- Attribute_Ownership_Acquisition_If_Available 
------------<END>*/
 
 /*<BEGIN>---------- Unconditional_Attribute_Ownership_Divestiture 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Unconditional_Attribute_Ownership_Divestiture : public 
NetworkMessage {
+class CERTI_EXPORT NM_Unconditional_Attribute_Ownership_Divestiture : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Unconditional_Attribute_Ownership_Divestiture();
        virtual ~NM_Unconditional_Attribute_Ownership_Divestiture();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1066,13 +1053,11 @@
 /*<END>---------- Request_Attribute_Ownership_Release ------------<END>*/
 
 /*<BEGIN>---------- Cancel_Negotiated_Attribute_Ownership_Divestiture 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Cancel_Negotiated_Attribute_Ownership_Divestiture : 
public NetworkMessage {
+class CERTI_EXPORT NM_Cancel_Negotiated_Attribute_Ownership_Divestiture : 
public NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Cancel_Negotiated_Attribute_Ownership_Divestiture();
        virtual ~NM_Cancel_Negotiated_Attribute_Ownership_Divestiture();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1082,13 +1067,11 @@
 /*<END>---------- Cancel_Negotiated_Attribute_Ownership_Divestiture 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Release_Response ------------<BEGIN>*/
-class CERTI_EXPORT NM_Attribute_Ownership_Release_Response : public 
NetworkMessage {
+class CERTI_EXPORT NM_Attribute_Ownership_Release_Response : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Attribute_Ownership_Release_Response();
        virtual ~NM_Attribute_Ownership_Release_Response();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1098,13 +1081,11 @@
 /*<END>---------- Attribute_Ownership_Release_Response ------------<END>*/
 
 /*<BEGIN>---------- Cancel_Attribute_Ownership_Acquisition 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Cancel_Attribute_Ownership_Acquisition : public 
NetworkMessage {
+class CERTI_EXPORT NM_Cancel_Attribute_Ownership_Acquisition : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Cancel_Attribute_Ownership_Acquisition();
        virtual ~NM_Cancel_Attribute_Ownership_Acquisition();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1114,13 +1095,11 @@
 /*<END>---------- Cancel_Attribute_Ownership_Acquisition ------------<END>*/
 
 /*<BEGIN>---------- Confirm_Attribute_Ownership_Acquisition_Cancellation 
------------<BEGIN>*/
-class CERTI_EXPORT NM_Confirm_Attribute_Ownership_Acquisition_Cancellation : 
public NetworkMessage {
+class CERTI_EXPORT NM_Confirm_Attribute_Ownership_Acquisition_Cancellation : 
public NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Confirm_Attribute_Ownership_Acquisition_Cancellation();
        virtual ~NM_Confirm_Attribute_Ownership_Acquisition_Cancellation();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1129,28 +1108,31 @@
 
 /*<END>---------- Confirm_Attribute_Ownership_Acquisition_Cancellation 
------------<END>*/
 
-/*<BEGIN>---------- Ddm_Create_Region ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Create_Region : public NetworkMessage {
+/*<BEGIN>---------- DDM_Create_Region ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Create_Region : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Create_Region();
-       virtual ~NM_Ddm_Create_Region();
+       NM_DDM_Create_Region();
+       virtual ~NM_DDM_Create_Region();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
+       SpaceHandle space;
+       int32_t nbExtents;
+       int32_t region;
 private:
 };
 
-/*<END>---------- Ddm_Create_Region ------------<END>*/
+/*<END>---------- DDM_Create_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Modify_Region ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Modify_Region : public NetworkMessage {
+/*<BEGIN>---------- DDM_Modify_Region ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Modify_Region : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Modify_Region();
-       virtual ~NM_Ddm_Modify_Region();
+       NM_DDM_Modify_Region();
+       virtual ~NM_DDM_Modify_Region();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1159,14 +1141,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Modify_Region ------------<END>*/
+/*<END>---------- DDM_Modify_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Delete_Region ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Delete_Region : public NetworkMessage {
+/*<BEGIN>---------- DDM_Delete_Region ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Delete_Region : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Delete_Region();
-       virtual ~NM_Ddm_Delete_Region();
+       NM_DDM_Delete_Region();
+       virtual ~NM_DDM_Delete_Region();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1175,14 +1157,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Delete_Region ------------<END>*/
+/*<END>---------- DDM_Delete_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Associate_Region ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Associate_Region : public NetworkMessage {
+/*<BEGIN>---------- DDM_Associate_Region ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Associate_Region : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Associate_Region();
-       virtual ~NM_Ddm_Associate_Region();
+       NM_DDM_Associate_Region();
+       virtual ~NM_DDM_Associate_Region();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1191,14 +1173,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Associate_Region ------------<END>*/
+/*<END>---------- DDM_Associate_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Register_Object ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Register_Object : public NetworkMessage {
+/*<BEGIN>---------- DDM_Register_Object ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Register_Object : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Register_Object();
-       virtual ~NM_Ddm_Register_Object();
+       NM_DDM_Register_Object();
+       virtual ~NM_DDM_Register_Object();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1207,14 +1189,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Register_Object ------------<END>*/
+/*<END>---------- DDM_Register_Object ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Unassociate_Region ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Unassociate_Region : public NetworkMessage {
+/*<BEGIN>---------- DDM_Unassociate_Region ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Unassociate_Region : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Unassociate_Region();
-       virtual ~NM_Ddm_Unassociate_Region();
+       NM_DDM_Unassociate_Region();
+       virtual ~NM_DDM_Unassociate_Region();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1223,14 +1205,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Unassociate_Region ------------<END>*/
+/*<END>---------- DDM_Unassociate_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Subscribe_Attributes ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Subscribe_Attributes : public NetworkMessage {
+/*<BEGIN>---------- DDM_Subscribe_Attributes ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Subscribe_Attributes : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Subscribe_Attributes();
-       virtual ~NM_Ddm_Subscribe_Attributes();
+       NM_DDM_Subscribe_Attributes();
+       virtual ~NM_DDM_Subscribe_Attributes();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1239,14 +1221,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Subscribe_Attributes ------------<END>*/
+/*<END>---------- DDM_Subscribe_Attributes ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Unsubscribe_Attributes ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Unsubscribe_Attributes : public NetworkMessage {
+/*<BEGIN>---------- DDM_Unsubscribe_Attributes ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Unsubscribe_Attributes : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Unsubscribe_Attributes();
-       virtual ~NM_Ddm_Unsubscribe_Attributes();
+       NM_DDM_Unsubscribe_Attributes();
+       virtual ~NM_DDM_Unsubscribe_Attributes();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1255,14 +1237,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Unsubscribe_Attributes ------------<END>*/
+/*<END>---------- DDM_Unsubscribe_Attributes ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Subscribe_Interaction ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Subscribe_Interaction : public NetworkMessage {
+/*<BEGIN>---------- DDM_Subscribe_Interaction ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Subscribe_Interaction : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Subscribe_Interaction();
-       virtual ~NM_Ddm_Subscribe_Interaction();
+       NM_DDM_Subscribe_Interaction();
+       virtual ~NM_DDM_Subscribe_Interaction();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1271,14 +1253,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Subscribe_Interaction ------------<END>*/
+/*<END>---------- DDM_Subscribe_Interaction ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Unsubscribe_Interaction ------------<BEGIN>*/
-class CERTI_EXPORT NM_Ddm_Unsubscribe_Interaction : public NetworkMessage {
+/*<BEGIN>---------- DDM_Unsubscribe_Interaction ------------<BEGIN>*/
+class CERTI_EXPORT NM_DDM_Unsubscribe_Interaction : public NetworkMessage {
 public:
        typedef NetworkMessage Super;
-       NM_Ddm_Unsubscribe_Interaction();
-       virtual ~NM_Ddm_Unsubscribe_Interaction();
+       NM_DDM_Unsubscribe_Interaction();
+       virtual ~NM_DDM_Unsubscribe_Interaction();
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
@@ -1287,16 +1269,14 @@
 private:
 };
 
-/*<END>---------- Ddm_Unsubscribe_Interaction ------------<END>*/
+/*<END>---------- DDM_Unsubscribe_Interaction ------------<END>*/
 
 /*<BEGIN>---------- Provide_Attribute_Value_Update ------------<BEGIN>*/
-class CERTI_EXPORT NM_Provide_Attribute_Value_Update : public NetworkMessage {
+class CERTI_EXPORT NM_Provide_Attribute_Value_Update : public 
NM_Request_Object_Attribute_Value_Update {
 public:
-       typedef NetworkMessage Super;
+       typedef NM_Request_Object_Attribute_Value_Update Super;
        NM_Provide_Attribute_Value_Update();
        virtual ~NM_Provide_Attribute_Value_Update();
-       virtual void serialize();
-       virtual void deserialize();
        /* specific Getter/Setter */
 protected:
        /* specific field */
@@ -1314,8 +1294,18 @@
        virtual void serialize();
        virtual void deserialize();
        /* specific Getter/Setter */
+       void setFEDid(std::string FEDid) {this->FEDid=FEDid;};
+       const std::string getFEDid() const {return FEDid;};
+       void setLineFollows() {lineFollows=true;};
+       void unsetLineFollows() {lineFollows=true;};
+       const bool getLineFollows() {return lineFollows;};
+       void setFEDLine(std::string line) {setLineFollows(); this->line=line;};
+       std::string getFEDLine() {return line;};
 protected:
        /* specific field */
+       std::string FEDid;
+       bool lineFollows;
+       std::string line;
 private:
 };
 

Index: libCERTI/NetworkMessage.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/NetworkMessage.cc,v
retrieving revision 3.28.2.2
retrieving revision 3.28.2.3
diff -u -b -r3.28.2.2 -r3.28.2.3
--- libCERTI/NetworkMessage.cc  8 Apr 2008 14:05:27 -0000       3.28.2.2
+++ libCERTI/NetworkMessage.cc  9 Apr 2008 10:34:03 -0000       3.28.2.3
@@ -16,7 +16,7 @@
 // License along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: NetworkMessage.cc,v 3.28.2.2 2008/04/08 14:05:27 erk Exp $
+// $Id: NetworkMessage.cc,v 3.28.2.3 2008/04/09 10:34:03 erk Exp $
 // ----------------------------------------------------------------------------
 
 
@@ -35,7 +35,7 @@
 
 // ----------------------------------------------------------------------------
 NetworkMessage::NetworkMessage()
-    : type(NOT_USED), exception(e_NO_EXCEPTION), isDated(false), 
isLabelled(false)
+    : type(NOT_USED), exception(e_NO_EXCEPTION), isDated(false), 
isLabelled(false), isTagged(false)
 {
     exceptionReason[0] = '\0' ;
 
@@ -317,4 +317,4 @@
 
 } // namespace certi
 
-// $Id: NetworkMessage.cc,v 3.28.2.2 2008/04/08 14:05:27 erk Exp $
+// $Id: NetworkMessage.cc,v 3.28.2.3 2008/04/09 10:34:03 erk Exp $

Index: libCERTI/NM_Classes.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/Attic/NM_Classes.cc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- libCERTI/NM_Classes.cc      9 Apr 2008 08:43:46 -0000       1.1.2.4
+++ libCERTI/NM_Classes.cc      9 Apr 2008 10:34:03 -0000       1.1.2.5
@@ -245,34 +245,34 @@
                msg = new 
NM_Confirm_Attribute_Ownership_Acquisition_Cancellation(); 
                break;
        case NetworkMessage::DDM_CREATE_REGION:
-               msg = new NM_Ddm_Create_Region(); 
+               msg = new NM_DDM_Create_Region(); 
                break;
        case NetworkMessage::DDM_MODIFY_REGION:
-               msg = new NM_Ddm_Modify_Region(); 
+               msg = new NM_DDM_Modify_Region(); 
                break;
        case NetworkMessage::DDM_DELETE_REGION:
-               msg = new NM_Ddm_Delete_Region(); 
+               msg = new NM_DDM_Delete_Region(); 
                break;
        case NetworkMessage::DDM_ASSOCIATE_REGION:
-               msg = new NM_Ddm_Associate_Region(); 
+               msg = new NM_DDM_Associate_Region(); 
                break;
        case NetworkMessage::DDM_REGISTER_OBJECT:
-               msg = new NM_Ddm_Register_Object(); 
+               msg = new NM_DDM_Register_Object(); 
                break;
        case NetworkMessage::DDM_UNASSOCIATE_REGION:
-               msg = new NM_Ddm_Unassociate_Region(); 
+               msg = new NM_DDM_Unassociate_Region(); 
                break;
        case NetworkMessage::DDM_SUBSCRIBE_ATTRIBUTES:
-               msg = new NM_Ddm_Subscribe_Attributes(); 
+               msg = new NM_DDM_Subscribe_Attributes(); 
                break;
        case NetworkMessage::DDM_UNSUBSCRIBE_ATTRIBUTES:
-               msg = new NM_Ddm_Unsubscribe_Attributes(); 
+               msg = new NM_DDM_Unsubscribe_Attributes(); 
                break;
        case NetworkMessage::DDM_SUBSCRIBE_INTERACTION:
-               msg = new NM_Ddm_Subscribe_Interaction(); 
+               msg = new NM_DDM_Subscribe_Interaction(); 
                break;
        case NetworkMessage::DDM_UNSUBSCRIBE_INTERACTION:
-               msg = new NM_Ddm_Unsubscribe_Interaction(); 
+               msg = new NM_DDM_Unsubscribe_Interaction(); 
                break;
        case NetworkMessage::PROVIDE_ATTRIBUTE_VALUE_UPDATE:
                msg = new NM_Provide_Attribute_Value_Update(); 
@@ -1189,20 +1189,6 @@
 }
 
NM_Negotiated_Attribute_Ownership_Divestiture::~NM_Negotiated_Attribute_Ownership_Divestiture()
 {
 }
-void NM_Negotiated_Attribute_Ownership_Divestiture::serialize() {
-       int i;
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-       msgBuf.write_int32(object);
-} /* end of serialize */ 
-void NM_Negotiated_Attribute_Ownership_Divestiture::deserialize() {
-       int i;
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-       object = msgBuf.read_int32();
-} /* end of deserialize */
 /*<END>---------- Negotiated_Attribute_Ownership_Divestiture 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Acquisition_Notification 
------------<BEGIN>*/
@@ -1213,16 +1199,6 @@
 }
 
NM_Attribute_Ownership_Acquisition_Notification::~NM_Attribute_Ownership_Acquisition_Notification()
 {
 }
-void NM_Attribute_Ownership_Acquisition_Notification::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Attribute_Ownership_Acquisition_Notification::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Attribute_Ownership_Acquisition_Notification 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Divestiture_Notification 
------------<BEGIN>*/
@@ -1233,16 +1209,6 @@
 }
 
NM_Attribute_Ownership_Divestiture_Notification::~NM_Attribute_Ownership_Divestiture_Notification()
 {
 }
-void NM_Attribute_Ownership_Divestiture_Notification::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Attribute_Ownership_Divestiture_Notification::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Attribute_Ownership_Divestiture_Notification 
------------<END>*/
 
 /*<BEGIN>---------- Request_Attribute_Ownership_Assumption 
------------<BEGIN>*/
@@ -1263,16 +1229,6 @@
 }
 NM_Attribute_Ownership_Unavailable::~NM_Attribute_Ownership_Unavailable() {
 }
-void NM_Attribute_Ownership_Unavailable::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Attribute_Ownership_Unavailable::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Attribute_Ownership_Unavailable ------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Acquisition_If_Available 
------------<BEGIN>*/
@@ -1283,16 +1239,6 @@
 }
 
NM_Attribute_Ownership_Acquisition_If_Available::~NM_Attribute_Ownership_Acquisition_If_Available()
 {
 }
-void NM_Attribute_Ownership_Acquisition_If_Available::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Attribute_Ownership_Acquisition_If_Available::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Attribute_Ownership_Acquisition_If_Available 
------------<END>*/
 
 /*<BEGIN>---------- Unconditional_Attribute_Ownership_Divestiture 
------------<BEGIN>*/
@@ -1303,16 +1249,6 @@
 }
 
NM_Unconditional_Attribute_Ownership_Divestiture::~NM_Unconditional_Attribute_Ownership_Divestiture()
 {
 }
-void NM_Unconditional_Attribute_Ownership_Divestiture::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Unconditional_Attribute_Ownership_Divestiture::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Unconditional_Attribute_Ownership_Divestiture 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Acquisition ------------<BEGIN>*/
@@ -1343,16 +1279,6 @@
 }
 
NM_Cancel_Negotiated_Attribute_Ownership_Divestiture::~NM_Cancel_Negotiated_Attribute_Ownership_Divestiture()
 {
 }
-void NM_Cancel_Negotiated_Attribute_Ownership_Divestiture::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Cancel_Negotiated_Attribute_Ownership_Divestiture::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Cancel_Negotiated_Attribute_Ownership_Divestiture 
------------<END>*/
 
 /*<BEGIN>---------- Attribute_Ownership_Release_Response ------------<BEGIN>*/
@@ -1363,16 +1289,6 @@
 }
 
NM_Attribute_Ownership_Release_Response::~NM_Attribute_Ownership_Release_Response()
 {
 }
-void NM_Attribute_Ownership_Release_Response::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Attribute_Ownership_Release_Response::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Attribute_Ownership_Release_Response ------------<END>*/
 
 /*<BEGIN>---------- Cancel_Attribute_Ownership_Acquisition 
------------<BEGIN>*/
@@ -1383,16 +1299,6 @@
 }
 
NM_Cancel_Attribute_Ownership_Acquisition::~NM_Cancel_Attribute_Ownership_Acquisition()
 {
 }
-void NM_Cancel_Attribute_Ownership_Acquisition::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Cancel_Attribute_Ownership_Acquisition::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Cancel_Attribute_Ownership_Acquisition ------------<END>*/
 
 /*<BEGIN>---------- Confirm_Attribute_Ownership_Acquisition_Cancellation 
------------<BEGIN>*/
@@ -1403,217 +1309,207 @@
 }
 
NM_Confirm_Attribute_Ownership_Acquisition_Cancellation::~NM_Confirm_Attribute_Ownership_Acquisition_Cancellation()
 {
 }
-void NM_Confirm_Attribute_Ownership_Acquisition_Cancellation::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Confirm_Attribute_Ownership_Acquisition_Cancellation::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Confirm_Attribute_Ownership_Acquisition_Cancellation 
------------<END>*/
 
-/*<BEGIN>---------- Ddm_Create_Region ------------<BEGIN>*/
-NM_Ddm_Create_Region::NM_Ddm_Create_Region() {
+/*<BEGIN>---------- DDM_Create_Region ------------<BEGIN>*/
+NM_DDM_Create_Region::NM_DDM_Create_Region() {
        this->name = "DDM_CREATE_REGION";
        this->type = NetworkMessage::DDM_CREATE_REGION;
        /* specific field init */
 }
-NM_Ddm_Create_Region::~NM_Ddm_Create_Region() {
+NM_DDM_Create_Region::~NM_DDM_Create_Region() {
 }
-void NM_Ddm_Create_Region::serialize() {
+void NM_DDM_Create_Region::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Create_Region::deserialize() {
+void NM_DDM_Create_Region::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Create_Region ------------<END>*/
+/*<END>---------- DDM_Create_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Modify_Region ------------<BEGIN>*/
-NM_Ddm_Modify_Region::NM_Ddm_Modify_Region() {
+/*<BEGIN>---------- DDM_Modify_Region ------------<BEGIN>*/
+NM_DDM_Modify_Region::NM_DDM_Modify_Region() {
        this->name = "DDM_MODIFY_REGION";
        this->type = NetworkMessage::DDM_MODIFY_REGION;
        /* specific field init */
 }
-NM_Ddm_Modify_Region::~NM_Ddm_Modify_Region() {
+NM_DDM_Modify_Region::~NM_DDM_Modify_Region() {
 }
-void NM_Ddm_Modify_Region::serialize() {
+void NM_DDM_Modify_Region::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Modify_Region::deserialize() {
+void NM_DDM_Modify_Region::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Modify_Region ------------<END>*/
+/*<END>---------- DDM_Modify_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Delete_Region ------------<BEGIN>*/
-NM_Ddm_Delete_Region::NM_Ddm_Delete_Region() {
+/*<BEGIN>---------- DDM_Delete_Region ------------<BEGIN>*/
+NM_DDM_Delete_Region::NM_DDM_Delete_Region() {
        this->name = "DDM_DELETE_REGION";
        this->type = NetworkMessage::DDM_DELETE_REGION;
        /* specific field init */
 }
-NM_Ddm_Delete_Region::~NM_Ddm_Delete_Region() {
+NM_DDM_Delete_Region::~NM_DDM_Delete_Region() {
 }
-void NM_Ddm_Delete_Region::serialize() {
+void NM_DDM_Delete_Region::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Delete_Region::deserialize() {
+void NM_DDM_Delete_Region::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Delete_Region ------------<END>*/
+/*<END>---------- DDM_Delete_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Associate_Region ------------<BEGIN>*/
-NM_Ddm_Associate_Region::NM_Ddm_Associate_Region() {
+/*<BEGIN>---------- DDM_Associate_Region ------------<BEGIN>*/
+NM_DDM_Associate_Region::NM_DDM_Associate_Region() {
        this->name = "DDM_ASSOCIATE_REGION";
        this->type = NetworkMessage::DDM_ASSOCIATE_REGION;
        /* specific field init */
 }
-NM_Ddm_Associate_Region::~NM_Ddm_Associate_Region() {
+NM_DDM_Associate_Region::~NM_DDM_Associate_Region() {
 }
-void NM_Ddm_Associate_Region::serialize() {
+void NM_DDM_Associate_Region::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Associate_Region::deserialize() {
+void NM_DDM_Associate_Region::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Associate_Region ------------<END>*/
+/*<END>---------- DDM_Associate_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Register_Object ------------<BEGIN>*/
-NM_Ddm_Register_Object::NM_Ddm_Register_Object() {
+/*<BEGIN>---------- DDM_Register_Object ------------<BEGIN>*/
+NM_DDM_Register_Object::NM_DDM_Register_Object() {
        this->name = "DDM_REGISTER_OBJECT";
        this->type = NetworkMessage::DDM_REGISTER_OBJECT;
        /* specific field init */
 }
-NM_Ddm_Register_Object::~NM_Ddm_Register_Object() {
+NM_DDM_Register_Object::~NM_DDM_Register_Object() {
 }
-void NM_Ddm_Register_Object::serialize() {
+void NM_DDM_Register_Object::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Register_Object::deserialize() {
+void NM_DDM_Register_Object::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Register_Object ------------<END>*/
+/*<END>---------- DDM_Register_Object ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Unassociate_Region ------------<BEGIN>*/
-NM_Ddm_Unassociate_Region::NM_Ddm_Unassociate_Region() {
+/*<BEGIN>---------- DDM_Unassociate_Region ------------<BEGIN>*/
+NM_DDM_Unassociate_Region::NM_DDM_Unassociate_Region() {
        this->name = "DDM_UNASSOCIATE_REGION";
        this->type = NetworkMessage::DDM_UNASSOCIATE_REGION;
        /* specific field init */
 }
-NM_Ddm_Unassociate_Region::~NM_Ddm_Unassociate_Region() {
+NM_DDM_Unassociate_Region::~NM_DDM_Unassociate_Region() {
 }
-void NM_Ddm_Unassociate_Region::serialize() {
+void NM_DDM_Unassociate_Region::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Unassociate_Region::deserialize() {
+void NM_DDM_Unassociate_Region::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Unassociate_Region ------------<END>*/
+/*<END>---------- DDM_Unassociate_Region ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Subscribe_Attributes ------------<BEGIN>*/
-NM_Ddm_Subscribe_Attributes::NM_Ddm_Subscribe_Attributes() {
+/*<BEGIN>---------- DDM_Subscribe_Attributes ------------<BEGIN>*/
+NM_DDM_Subscribe_Attributes::NM_DDM_Subscribe_Attributes() {
        this->name = "DDM_SUBSCRIBE_ATTRIBUTES";
        this->type = NetworkMessage::DDM_SUBSCRIBE_ATTRIBUTES;
        /* specific field init */
 }
-NM_Ddm_Subscribe_Attributes::~NM_Ddm_Subscribe_Attributes() {
+NM_DDM_Subscribe_Attributes::~NM_DDM_Subscribe_Attributes() {
 }
-void NM_Ddm_Subscribe_Attributes::serialize() {
+void NM_DDM_Subscribe_Attributes::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Subscribe_Attributes::deserialize() {
+void NM_DDM_Subscribe_Attributes::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Subscribe_Attributes ------------<END>*/
+/*<END>---------- DDM_Subscribe_Attributes ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Unsubscribe_Attributes ------------<BEGIN>*/
-NM_Ddm_Unsubscribe_Attributes::NM_Ddm_Unsubscribe_Attributes() {
+/*<BEGIN>---------- DDM_Unsubscribe_Attributes ------------<BEGIN>*/
+NM_DDM_Unsubscribe_Attributes::NM_DDM_Unsubscribe_Attributes() {
        this->name = "DDM_UNSUBSCRIBE_ATTRIBUTES";
        this->type = NetworkMessage::DDM_UNSUBSCRIBE_ATTRIBUTES;
        /* specific field init */
 }
-NM_Ddm_Unsubscribe_Attributes::~NM_Ddm_Unsubscribe_Attributes() {
+NM_DDM_Unsubscribe_Attributes::~NM_DDM_Unsubscribe_Attributes() {
 }
-void NM_Ddm_Unsubscribe_Attributes::serialize() {
+void NM_DDM_Unsubscribe_Attributes::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Unsubscribe_Attributes::deserialize() {
+void NM_DDM_Unsubscribe_Attributes::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Unsubscribe_Attributes ------------<END>*/
+/*<END>---------- DDM_Unsubscribe_Attributes ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Subscribe_Interaction ------------<BEGIN>*/
-NM_Ddm_Subscribe_Interaction::NM_Ddm_Subscribe_Interaction() {
+/*<BEGIN>---------- DDM_Subscribe_Interaction ------------<BEGIN>*/
+NM_DDM_Subscribe_Interaction::NM_DDM_Subscribe_Interaction() {
        this->name = "DDM_SUBSCRIBE_INTERACTION";
        this->type = NetworkMessage::DDM_SUBSCRIBE_INTERACTION;
        /* specific field init */
 }
-NM_Ddm_Subscribe_Interaction::~NM_Ddm_Subscribe_Interaction() {
+NM_DDM_Subscribe_Interaction::~NM_DDM_Subscribe_Interaction() {
 }
-void NM_Ddm_Subscribe_Interaction::serialize() {
+void NM_DDM_Subscribe_Interaction::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Subscribe_Interaction::deserialize() {
+void NM_DDM_Subscribe_Interaction::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Subscribe_Interaction ------------<END>*/
+/*<END>---------- DDM_Subscribe_Interaction ------------<END>*/
 
-/*<BEGIN>---------- Ddm_Unsubscribe_Interaction ------------<BEGIN>*/
-NM_Ddm_Unsubscribe_Interaction::NM_Ddm_Unsubscribe_Interaction() {
+/*<BEGIN>---------- DDM_Unsubscribe_Interaction ------------<BEGIN>*/
+NM_DDM_Unsubscribe_Interaction::NM_DDM_Unsubscribe_Interaction() {
        this->name = "DDM_UNSUBSCRIBE_INTERACTION";
        this->type = NetworkMessage::DDM_UNSUBSCRIBE_INTERACTION;
        /* specific field init */
 }
-NM_Ddm_Unsubscribe_Interaction::~NM_Ddm_Unsubscribe_Interaction() {
+NM_DDM_Unsubscribe_Interaction::~NM_DDM_Unsubscribe_Interaction() {
 }
-void NM_Ddm_Unsubscribe_Interaction::serialize() {
+void NM_DDM_Unsubscribe_Interaction::serialize() {
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
 } /* end of serialize */ 
-void NM_Ddm_Unsubscribe_Interaction::deserialize() {
+void NM_DDM_Unsubscribe_Interaction::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
 } /* end of deserialize */
-/*<END>---------- Ddm_Unsubscribe_Interaction ------------<END>*/
+/*<END>---------- DDM_Unsubscribe_Interaction ------------<END>*/
 
 /*<BEGIN>---------- Provide_Attribute_Value_Update ------------<BEGIN>*/
 NM_Provide_Attribute_Value_Update::NM_Provide_Attribute_Value_Update() {
@@ -1623,16 +1519,6 @@
 }
 NM_Provide_Attribute_Value_Update::~NM_Provide_Attribute_Value_Update() {
 }
-void NM_Provide_Attribute_Value_Update::serialize() {
-       /* call mother class */      
-       Super::serialize(); 
-       /* specific code (if any) goes here */
-} /* end of serialize */ 
-void NM_Provide_Attribute_Value_Update::deserialize() {
-       /* call mother class */      
-       Super::deserialize(); 
-       /* specific code (if any) goes here */
-} /* end of deserialize */
 /*<END>---------- Provide_Attribute_Value_Update ------------<END>*/
 
 /*<BEGIN>---------- Get_Fed_File ------------<BEGIN>*/
@@ -1647,11 +1533,21 @@
        /* call mother class */      
        Super::serialize(); 
        /* specific code (if any) goes here */
+       msgBuf.write_string(FEDid);
+       msgBuf.write_bool(lineFollows);
+       if (lineFollows) {
+               msgBuf.write_string(line);
+       }
 } /* end of serialize */ 
 void NM_Get_Fed_File::deserialize() {
        /* call mother class */      
        Super::deserialize(); 
        /* specific code (if any) goes here */
+       FEDid       = msgBuf.read_string();
+       lineFollows = msgBuf.read_bool();
+       if (lineFollows) {
+               line = msgBuf.read_string();
+       }
 } /* end of deserialize */
 /*<END>---------- Get_Fed_File ------------<END>*/
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]