diff options
-rw-r--r-- | ace/Registry.cpp | 2 | ||||
-rw-r--r-- | ace/Registry.h | 1 | ||||
-rw-r--r-- | ace/Registry_Name_Space.cpp | 2 | ||||
-rw-r--r-- | ace/Registry_Name_Space.h | 1 | ||||
-rw-r--r-- | ace/Svc_Conf_Tokens.h | 3 | ||||
-rw-r--r-- | ace/Svc_Conf_l.cpp | 2 | ||||
-rw-r--r-- | ace/Svc_Conf_y.cpp | 2 | ||||
-rw-r--r-- | ace/Timer_List.cpp | 2 | ||||
-rw-r--r-- | ace/config-aix-4.2.x.h | 3 | ||||
-rw-r--r-- | ace/config-dgux-4.11-epc.h | 3 | ||||
-rw-r--r-- | ace/config-mvs.h | 3 | ||||
-rw-r--r-- | ace/config-sco-5.0.0-fsu-pthread.h | 3 | ||||
-rw-r--r-- | ace/config-sco-5.0.0-mit-pthread.h | 3 | ||||
-rw-r--r-- | ace/config-sco-5.0.0-nothread.h | 3 |
14 files changed, 33 insertions, 0 deletions
diff --git a/ace/Registry.cpp b/ace/Registry.cpp index 67e4e5800bc..a9faa0a1867 100644 --- a/ace/Registry.cpp +++ b/ace/Registry.cpp @@ -1,3 +1,5 @@ +// $Id$ + #define ACE_BUILD_DLL #include "ace/Registry.h" diff --git a/ace/Registry.h b/ace/Registry.h index 6c02f88a3cc..c03b6db0ff1 100644 --- a/ace/Registry.h +++ b/ace/Registry.h @@ -1,4 +1,5 @@ /* -*- C++ -*- */ +// $Id$ // ============================================================================ diff --git a/ace/Registry_Name_Space.cpp b/ace/Registry_Name_Space.cpp index 8199ea6f689..af1d95cdfe6 100644 --- a/ace/Registry_Name_Space.cpp +++ b/ace/Registry_Name_Space.cpp @@ -1,3 +1,5 @@ +// $Id$ + #define ACE_BUILD_DLL #include "ace/Registry_Name_Space.h" diff --git a/ace/Registry_Name_Space.h b/ace/Registry_Name_Space.h index 5e0448babd2..0131a71675f 100644 --- a/ace/Registry_Name_Space.h +++ b/ace/Registry_Name_Space.h @@ -1,4 +1,5 @@ /*-*- C++ -*- */ +// $Id$ // ============================================================================ // diff --git a/ace/Svc_Conf_Tokens.h b/ace/Svc_Conf_Tokens.h index 4b5d3b3e8f1..39e0e0ac4f0 100644 --- a/ace/Svc_Conf_Tokens.h +++ b/ace/Svc_Conf_Tokens.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + #define ACE_DYNAMIC 257 #define ACE_STATIC 258 #define ACE_SUSPEND 259 diff --git a/ace/Svc_Conf_l.cpp b/ace/Svc_Conf_l.cpp index b35bd44a810..c99ea4f825a 100644 --- a/ace/Svc_Conf_l.cpp +++ b/ace/Svc_Conf_l.cpp @@ -1,3 +1,5 @@ +// $Id$ + #include "ace/config.h" #if defined (ACE_HAS_TERM_IOCTLS) /* to avoid conflict with sys/termios.h ECHO */ #undef ACE_HAS_TERM_IOCTLS diff --git a/ace/Svc_Conf_y.cpp b/ace/Svc_Conf_y.cpp index 387fff5d4ed..7bc48ec5cbe 100644 --- a/ace/Svc_Conf_y.cpp +++ b/ace/Svc_Conf_y.cpp @@ -1,3 +1,5 @@ +// $Id$ + #ifndef lint char ace_yysccsid[] = "@(#)yaccpar 1.4 (Berkeley) 02/25/90 \n\ Modified 5/2/90 by J. Roskind to support graphic debugging modes"; diff --git a/ace/Timer_List.cpp b/ace/Timer_List.cpp index 50d6548ef6e..965b6a81a4c 100644 --- a/ace/Timer_List.cpp +++ b/ace/Timer_List.cpp @@ -1,3 +1,5 @@ +// $Id$ + #define ACE_BUILD_DLL #include "ace/Timer_List.h" diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index 302f31c0592..bbd4d163172 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + // The following configuration file is designed to work for OS // platforms running AIX 4.2.x using the IBM C++ compiler. diff --git a/ace/config-dgux-4.11-epc.h b/ace/config-dgux-4.11-epc.h index e746dba526d..1c42facec8c 100644 --- a/ace/config-dgux-4.11-epc.h +++ b/ace/config-dgux-4.11-epc.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + // The following configuration file is designed to work for DG/UX // 4.11 platforms using the EPC compiler. diff --git a/ace/config-mvs.h b/ace/config-mvs.h index 1ac7b17e2d4..4d5b32499d1 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + // The following configuration file is designed to work for MVS with // OpenEdition. diff --git a/ace/config-sco-5.0.0-fsu-pthread.h b/ace/config-sco-5.0.0-fsu-pthread.h index f1960ae451b..b8baa5102c5 100644 --- a/ace/config-sco-5.0.0-fsu-pthread.h +++ b/ace/config-sco-5.0.0-fsu-pthread.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + // The following configuration file is designed to work for SCO UNIX // 5.0 with Florida State pthreads. diff --git a/ace/config-sco-5.0.0-mit-pthread.h b/ace/config-sco-5.0.0-mit-pthread.h index d8a1fd365ed..17f1d6cea84 100644 --- a/ace/config-sco-5.0.0-mit-pthread.h +++ b/ace/config-sco-5.0.0-mit-pthread.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + // The following configuration file is designed to work for SCO UNIX // version 5.0 with MIT pthreads. diff --git a/ace/config-sco-5.0.0-nothread.h b/ace/config-sco-5.0.0-nothread.h index e64675a1880..f3910330e08 100644 --- a/ace/config-sco-5.0.0-nothread.h +++ b/ace/config-sco-5.0.0-nothread.h @@ -1,3 +1,6 @@ +/* -*- C++ -*- */ +// $Id$ + // The following configuration file is designed to work for SCO UNIX // version 5.0 *without* threads. |