diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
commit | a5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch) | |
tree | bcf0a25c3d45a209a6e3ac37b233a4812f29c732 /ace/SOCK_CODgram.i | |
download | ATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz |
Initial revision
Diffstat (limited to 'ace/SOCK_CODgram.i')
-rw-r--r-- | ace/SOCK_CODgram.i | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ace/SOCK_CODgram.i b/ace/SOCK_CODgram.i new file mode 100644 index 00000000000..8f72a5b117c --- /dev/null +++ b/ace/SOCK_CODgram.i @@ -0,0 +1,12 @@ +/* -*- C++ -*- */ +// $Id$ + +// SOCK_CODgram.i + +inline +ACE_SOCK_CODgram::ACE_SOCK_CODgram (void) +{ + ACE_TRACE ("ACE_SOCK_CODgram::ACE_SOCK_CODgram"); +} + + |