diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-28 02:55:46 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-28 02:55:46 +0000 |
commit | 20efadff1a62daf0bc17ace56915cd3370f2a583 (patch) | |
tree | 8b1541d1d388655bae3aab729726e33575e27313 /TAO/tao/default_server.i | |
parent | 39bb7a073794b6cded6d473fc7eba6ca77022546 (diff) | |
download | ATCD-20efadff1a62daf0bc17ace56915cd3370f2a583.tar.gz |
#include the .i file in the .h/.cpp files instead of corba.h
Diffstat (limited to 'TAO/tao/default_server.i')
-rw-r--r-- | TAO/tao/default_server.i | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/default_server.i b/TAO/tao/default_server.i index fa599c50301..da77e5c9936 100644 --- a/TAO/tao/default_server.i +++ b/TAO/tao/default_server.i @@ -1,2 +1,4 @@ +// $Id$ + // This is the inline file, which probably shouldn't be used since all // the methods are virtual and will be dynamically linked in anyway. |