certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi TODO


From: certi-cvs
Subject: [certi-cvs] certi TODO
Date: Wed, 25 Jun 2008 09:08:44 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      08/06/25 09:08:44

Modified files:
        .              : TODO 

Log message:
        Update TODO

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/TODO?cvsroot=certi&r1=3.2&r2=3.3

Patches:
Index: TODO
===================================================================
RCS file: /sources/certi/certi/TODO,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -b -r3.2 -r3.3
--- TODO        26 Apr 2008 14:59:39 -0000      3.2
+++ TODO        25 Jun 2008 09:08:44 -0000      3.3
@@ -1,22 +1,16 @@
-Erk1) Replace serialize()/deserialize()
-      with serialize(MessageBuffer& msgBuf) ...
-      in order to minimize copy when possible
-      (for example on virtual constructor) --> This part is DONE
-
-      We may even setup a msgBuf pool in order to 
-      minimize realloc when creating NetworkMessage sub-classes instance
+Erk1) Setup a messageBuffer pool in order to 
+      minimize realloc when creating 
+      Message/NetworkMessage sub-classes instance
 
 Erk2) Use visitor pattern for RTIG processing
 
 Erk3) Use proper constructor and getter/setter for NetworkMessage
       and avoid public shared field between different kind of message
+      ... in progress ...
 
 Erk5) Remove all kind of:
       AnswerAssumption->exception = e_NO_EXCEPTION 
 
-ERk6) Should be possible to avoid code duplication
-      for timed/not timed message using NetworkMessage::setDate properly
-
 Erk7) Clean-up PrettyDebug mess
 
 Erk8) Suppress copy in ValueArray = req->getAttribValueArray();




reply via email to

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