diff options
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index 5d39857ddbc..47b9ad4b09b 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -1,3 +1,4 @@ +// -*- C++ -*- // $Id$ #include "tao/TAO_Internal.h" @@ -32,10 +33,6 @@ #include "ace/Static_Object_Lock.h" #include "ace/OS_NS_sys_stat.h" -ACE_RCSID (tao, - TAO_Internal, - "$Id$") - #ifndef TAO_DEFAULT_RESOURCE_FACTORY_ARGS # define TAO_DEFAULT_RESOURCE_FACTORY_ARGS 0 #endif /* !TAO_DEFAULT_RESOURCE_FACTORY_ARGS */ |