summaryrefslogtreecommitdiff
path: root/ACE/ace/Log_Record.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-14 13:04:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-14 13:04:37 +0000
commit550fa8f375dcdad9f44431cc044a6c5e418182a8 (patch)
treef5b40f5c5931631d891f1e4176f147a4a32f0848 /ACE/ace/Log_Record.h
parent260d77be0b1d7dc3dbc7a41825d8cc9ed2fc549b (diff)
downloadATCD-550fa8f375dcdad9f44431cc044a6c5e418182a8.tar.gz
Tue Sep 14 13:00:44 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Log_Record.h: * ace/Log_Record.inl: * ace/Log_Record.cpp: Removed deprecated encode/decode methods
Diffstat (limited to 'ACE/ace/Log_Record.h')
-rw-r--r--ACE/ace/Log_Record.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/ACE/ace/Log_Record.h b/ACE/ace/Log_Record.h
index dda9c05d7b8..e4c9dcff4bf 100644
--- a/ACE/ace/Log_Record.h
+++ b/ACE/ace/Log_Record.h
@@ -103,27 +103,6 @@ public:
/// IMPORTANT: @a name must be a statically allocated const ACE_TCHAR*
static void priority_name (ACE_Log_Priority p, const ACE_TCHAR *name);
- // = Marshall/demarshall
- /**
- * Encode the @c Log_Record for transmission on the network.
- * @deprecated
- * The encode() and decode() metods are deprecated; please use
- * the CDR insertion and extraction operators to properly encode and decode
- * ACE_Log_Record objects.
- */
- void encode (void);
-
- /**
- * Decode the @c Log_Record received from the network.
- * @deprecated
- * The encode() and decode() metods are deprecated; please use
- * the CDR insertion and extraction operators to properly encode and decode
- * ACE_Log_Record objects.
- */
- void decode (void);
-
- // = Set/get methods
-
/// Get the type of the Log_Record.
ACE_UINT32 type (void) const;