diff options
Diffstat (limited to 'TAO/performance-tests/Throughput')
-rw-r--r-- | TAO/performance-tests/Throughput/Receiver.cpp | 3 | ||||
-rw-r--r-- | TAO/performance-tests/Throughput/Receiver.h | 3 | ||||
-rw-r--r-- | TAO/performance-tests/Throughput/Receiver_Factory.cpp | 3 | ||||
-rw-r--r-- | TAO/performance-tests/Throughput/Receiver_Factory.h | 3 | ||||
-rw-r--r-- | TAO/performance-tests/Throughput/Test.idl | 3 |
5 files changed, 0 insertions, 15 deletions
diff --git a/TAO/performance-tests/Throughput/Receiver.cpp b/TAO/performance-tests/Throughput/Receiver.cpp index b44420fd22c..3398bfef863 100644 --- a/TAO/performance-tests/Throughput/Receiver.cpp +++ b/TAO/performance-tests/Throughput/Receiver.cpp @@ -1,6 +1,3 @@ -// -// $Id$ -// #include "Receiver.h" #include "ace/High_Res_Timer.h" diff --git a/TAO/performance-tests/Throughput/Receiver.h b/TAO/performance-tests/Throughput/Receiver.h index 10b4b65544b..d7159953a82 100644 --- a/TAO/performance-tests/Throughput/Receiver.h +++ b/TAO/performance-tests/Throughput/Receiver.h @@ -1,6 +1,3 @@ -// -// $Id$ -// #ifndef THROUGHPUT_RECEIVER_H #define THROUGHPUT_RECEIVER_H diff --git a/TAO/performance-tests/Throughput/Receiver_Factory.cpp b/TAO/performance-tests/Throughput/Receiver_Factory.cpp index ed04a345a99..989dd7d6779 100644 --- a/TAO/performance-tests/Throughput/Receiver_Factory.cpp +++ b/TAO/performance-tests/Throughput/Receiver_Factory.cpp @@ -1,6 +1,3 @@ -// -// $Id$ -// #include "Receiver_Factory.h" #include "Receiver.h" diff --git a/TAO/performance-tests/Throughput/Receiver_Factory.h b/TAO/performance-tests/Throughput/Receiver_Factory.h index 4ccf75b421b..44a023b49e0 100644 --- a/TAO/performance-tests/Throughput/Receiver_Factory.h +++ b/TAO/performance-tests/Throughput/Receiver_Factory.h @@ -1,6 +1,3 @@ -// -// $Id$ -// #ifndef THROUGHPUT_RECEIVER_FACTORY_H #define THROUGHPUT_RECEIVER_FACTORY_H diff --git a/TAO/performance-tests/Throughput/Test.idl b/TAO/performance-tests/Throughput/Test.idl index 08e67ceed46..58432e04903 100644 --- a/TAO/performance-tests/Throughput/Test.idl +++ b/TAO/performance-tests/Throughput/Test.idl @@ -1,6 +1,3 @@ -// -// $Id$ -// module Test { |