summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/PSS
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-21 23:51:40 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-21 23:51:40 +0000
commit320e339a405cc07fded05f2bbc5929b9b367f9b5 (patch)
tree4755dbd469a80c5372ec49f8ee205697dc9deee2 /TAO/orbsvcs/PSS
parentb29eabab3f10f542c0ae937da15b811fff01c801 (diff)
downloadATCD-320e339a405cc07fded05f2bbc5929b9b367f9b5.tar.gz
ChangeLogTag:Mon Jul 21 22:57:54 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'TAO/orbsvcs/PSS')
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Code_Gen.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Datastore.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Enum_Type_Visitor.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Exception_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Exception_Visitor.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Extern.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Interface_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Interface_Visitor.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Interpreter.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Module_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Module_Visitor.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_OctetSeq.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Op_Dcl_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Root_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Simple_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Stream.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_String.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Struct_Scope.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Struct_Visitor.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Type_Dcl_Visitor.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h4
-rw-r--r--TAO/orbsvcs/PSS/PSDL_Visitor_Factory.h4
23 files changed, 46 insertions, 46 deletions
diff --git a/TAO/orbsvcs/PSS/PSDL_Code_Gen.h b/TAO/orbsvcs/PSS/PSDL_Code_Gen.h
index cf65bbc4946..60bfb96a508 100644
--- a/TAO/orbsvcs/PSS/PSDL_Code_Gen.h
+++ b/TAO/orbsvcs/PSS/PSDL_Code_Gen.h
@@ -22,7 +22,7 @@
#ifndef TAO_PSDL_CODE_GEN_H
#define TAO_PSDL_CODE_GEN_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "psdl_export.h"
@@ -88,6 +88,6 @@ class TAO_PSDL_Export TAO_PSDL_Code_Gen
IOP::Codec_var codec_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_CODE_GEN_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Datastore.h b/TAO/orbsvcs/PSS/PSDL_Datastore.h
index 651c4226d5a..87ff7a2be35 100644
--- a/TAO/orbsvcs/PSS/PSDL_Datastore.h
+++ b/TAO/orbsvcs/PSS/PSDL_Datastore.h
@@ -13,7 +13,7 @@
#ifndef TAO_PSDL_DATASTORE_H
#define TAO_PSDL_DATASTORE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Code_Gen.h"
@@ -130,5 +130,5 @@ private:
void *base_address_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_DATASTORE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Enum_Type_Visitor.h b/TAO/orbsvcs/PSS/PSDL_Enum_Type_Visitor.h
index f43d5241876..22d0d2472c3 100644
--- a/TAO/orbsvcs/PSS/PSDL_Enum_Type_Visitor.h
+++ b/TAO/orbsvcs/PSS/PSDL_Enum_Type_Visitor.h
@@ -21,7 +21,7 @@
#ifndef TAO_PSDL_ENUM_TYPE_VISITOR_H
#define TAO_PSDL_ENUM_TYPE_VISITOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
@@ -50,6 +50,6 @@ class TAO_PSDL_Enum_Type_Visitor : public TAO_PSDL_Node_Visitor
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_ENUM_TYPE_VISITOR_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Exception_Scope.h b/TAO/orbsvcs/PSS/PSDL_Exception_Scope.h
index 0f27785638d..979f21fbc43 100644
--- a/TAO/orbsvcs/PSS/PSDL_Exception_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Exception_Scope.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_EXCEPTION_SCOPE_H
#define TAO_PSDL_EXCEPTION_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -66,6 +66,6 @@ protected:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_MODULE_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Exception_Visitor.h b/TAO/orbsvcs/PSS/PSDL_Exception_Visitor.h
index ed20df8ff43..f6115d55e55 100644
--- a/TAO/orbsvcs/PSS/PSDL_Exception_Visitor.h
+++ b/TAO/orbsvcs/PSS/PSDL_Exception_Visitor.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_EXCEPTION_VISITOR_H
#define TAO_PSDL_EXCEPTION_VISITOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
@@ -51,6 +51,6 @@ class TAO_PSDL_Exception_Visitor : public TAO_PSDL_Node_Visitor
ACE_CString exception_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_EXCEPTION_VISITOR_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Extern.h b/TAO/orbsvcs/PSS/PSDL_Extern.h
index 46da3ad2cab..9ee62e240d0 100644
--- a/TAO/orbsvcs/PSS/PSDL_Extern.h
+++ b/TAO/orbsvcs/PSS/PSDL_Extern.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_EXTERN_H
#define TAO_PSDL_EXTERN_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "psdl_export.h"
@@ -46,5 +46,5 @@ public:
TAO_PSDL_Node *TAO_PSDL_Extern_yyval (void);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_EXTERN_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Interface_Scope.h b/TAO/orbsvcs/PSS/PSDL_Interface_Scope.h
index 45df090ea5a..3f28e08a3a3 100644
--- a/TAO/orbsvcs/PSS/PSDL_Interface_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Interface_Scope.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_INTERFACE_SCOPE_H
#define TAO_PSDL_INTERFACE_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -90,6 +90,6 @@ private:
ACE_CString interface_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_INTERFACE_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.h b/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.h
index f34f3a4dc3b..936167922c1 100644
--- a/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.h
+++ b/TAO/orbsvcs/PSS/PSDL_Interface_Visitor.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_INTERFACE_VISITOR_H
#define TAO_PSDL_INTERFACE_VISITOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
@@ -60,6 +60,6 @@ class TAO_PSDL_Interface_Visitor : public TAO_PSDL_Node_Visitor
ACE_CString interface_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_INTERFACE_VISITOR_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Interpreter.h b/TAO/orbsvcs/PSS/PSDL_Interpreter.h
index 40d32412770..f023f79b467 100644
--- a/TAO/orbsvcs/PSS/PSDL_Interpreter.h
+++ b/TAO/orbsvcs/PSS/PSDL_Interpreter.h
@@ -16,7 +16,7 @@
#ifndef TAO_PSDL_INTERPRETER_H
#define TAO_PSDL_INTERPRETER_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "psdl_export.h"
@@ -95,5 +95,5 @@ private:
extern YYSTYPE yylval;
extern YYSTYPE yyval;
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_INTERPRETER_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Module_Scope.h b/TAO/orbsvcs/PSS/PSDL_Module_Scope.h
index 5fa84ed1b6d..283a1067bb6 100644
--- a/TAO/orbsvcs/PSS/PSDL_Module_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Module_Scope.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_MODULE_SCOPE_H
#define TAO_PSDL_MODULE_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -92,6 +92,6 @@ protected:
ACE_CString interface_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_MODULE_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Module_Visitor.h b/TAO/orbsvcs/PSS/PSDL_Module_Visitor.h
index 1db6f865392..2419b4fb5ea 100644
--- a/TAO/orbsvcs/PSS/PSDL_Module_Visitor.h
+++ b/TAO/orbsvcs/PSS/PSDL_Module_Visitor.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_MODULE_VISITOR_H
#define TAO_PSDL_MODULE_VISITOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
@@ -40,6 +40,6 @@ class TAO_PSDL_Module_Visitor : public TAO_PSDL_Node_Visitor
int visit_module (TAO_PSDL_Module *node);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_MODULE_VISITOR_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_OctetSeq.h b/TAO/orbsvcs/PSS/PSDL_OctetSeq.h
index a4b7fd636a5..723afb12916 100644
--- a/TAO/orbsvcs/PSS/PSDL_OctetSeq.h
+++ b/TAO/orbsvcs/PSS/PSDL_OctetSeq.h
@@ -14,7 +14,7 @@
#ifndef TAO_PSDL_OCTETSEQ_H
#define TAO_PSDL_OCTETSEQ_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "psdl_export.h"
#include "tao/OctetSeqC.h"
@@ -74,5 +74,5 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_OCTETSEQ_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Op_Dcl_Scope.h b/TAO/orbsvcs/PSS/PSDL_Op_Dcl_Scope.h
index 86be6263f85..6df594b464c 100644
--- a/TAO/orbsvcs/PSS/PSDL_Op_Dcl_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Op_Dcl_Scope.h
@@ -17,7 +17,7 @@
#ifndef TAO_PSDL_OP_DCL_SCOPE_H
#define TAO_PSDL_OP_DCL_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -49,6 +49,6 @@ protected:
TAO_PSDL_Scope *parent_scope_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_OP_DCL_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Root_Scope.h b/TAO/orbsvcs/PSS/PSDL_Root_Scope.h
index c693e9bf262..df0856c8880 100644
--- a/TAO/orbsvcs/PSS/PSDL_Root_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Root_Scope.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_ROOT_SCOPE_H
#define TAO_PSDL_ROOT_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
#include "PSDL_Module_Scope.h"
@@ -79,6 +79,6 @@ protected:
Scope_Map root_scope_map_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_ROOT_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Scope.h b/TAO/orbsvcs/PSS/PSDL_Scope.h
index 331fe0e7346..e4a7d28f1d3 100644
--- a/TAO/orbsvcs/PSS/PSDL_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Scope.h
@@ -23,7 +23,7 @@
#ifndef TAO_PSDL_SCOPE_H
#define TAO_PSDL_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "tao/corbafwd.h"
@@ -287,6 +287,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Simple_Scope.h b/TAO/orbsvcs/PSS/PSDL_Simple_Scope.h
index 3d2c5e09d41..ef8e1d4ec69 100644
--- a/TAO/orbsvcs/PSS/PSDL_Simple_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Simple_Scope.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_SIMPLE_SCOPE_H
#define TAO_PSDL_SIMPLE_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -76,6 +76,6 @@ protected:
ACE_CString interface_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_SIMPLE_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Stream.h b/TAO/orbsvcs/PSS/PSDL_Stream.h
index 2c862aeead4..43e79f5b342 100644
--- a/TAO/orbsvcs/PSS/PSDL_Stream.h
+++ b/TAO/orbsvcs/PSS/PSDL_Stream.h
@@ -20,7 +20,7 @@
#ifndef TAO_PSDL_STREAM_H
#define TAO_PSDL_STREAM_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -85,6 +85,6 @@ private:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_STREAM_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_String.h b/TAO/orbsvcs/PSS/PSDL_String.h
index 4d63c2cb5a8..c46d9a62b69 100644
--- a/TAO/orbsvcs/PSS/PSDL_String.h
+++ b/TAO/orbsvcs/PSS/PSDL_String.h
@@ -12,7 +12,7 @@
#ifndef TAO_PSDL_STRING_H
#define TAO_PSDL_STRING_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "psdl_export.h"
@@ -81,5 +81,5 @@ public:
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_STRING_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Struct_Scope.h b/TAO/orbsvcs/PSS/PSDL_Struct_Scope.h
index 948171d4144..a1655c8868a 100644
--- a/TAO/orbsvcs/PSS/PSDL_Struct_Scope.h
+++ b/TAO/orbsvcs/PSS/PSDL_Struct_Scope.h
@@ -17,7 +17,7 @@
#ifndef TAO_PSDL_STRUCT_SCOPE_H
#define TAO_PSDL_STRUCT_SCOPE_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Scope.h"
@@ -68,6 +68,6 @@ private:
ACE_CString interface_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_STRUCT_SCOPE_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Struct_Visitor.h b/TAO/orbsvcs/PSS/PSDL_Struct_Visitor.h
index 572e0fb338f..7910bb72c38 100644
--- a/TAO/orbsvcs/PSS/PSDL_Struct_Visitor.h
+++ b/TAO/orbsvcs/PSS/PSDL_Struct_Visitor.h
@@ -17,7 +17,7 @@
#ifndef TAO_PSDL_STRUCT_VISITOR_H
#define TAO_PSDL_STRUCT_VISITOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
@@ -61,6 +61,6 @@ class TAO_PSDL_Struct_Visitor : public TAO_PSDL_Node_Visitor
const char *struct_name_;
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_STRUCT_VISITOR_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Type_Dcl_Visitor.h b/TAO/orbsvcs/PSS/PSDL_Type_Dcl_Visitor.h
index 2238a03933b..cd8d558a4a2 100644
--- a/TAO/orbsvcs/PSS/PSDL_Type_Dcl_Visitor.h
+++ b/TAO/orbsvcs/PSS/PSDL_Type_Dcl_Visitor.h
@@ -17,7 +17,7 @@
#ifndef TAO_PSDL_TYPE_DCL_VISITOR_H
#define TAO_PSDL_TYPE_DCL_VISITOR_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -53,6 +53,6 @@ private:
void gen_code_for_si (void);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_TYPE_DCL_VISITOR_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h b/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
index 324b44acae3..1a37d86f38f 100644
--- a/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
+++ b/TAO/orbsvcs/PSS/PSDL_Typecode_Defn.h
@@ -20,7 +20,7 @@
#ifndef PSDL_TYPECODE_DEFN_H
#define PSDL_TYPECODE_DEFN_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
@@ -39,5 +39,5 @@ class TAO_PSDL_Typecode_Defn : public TAO_PSDL_Node_Visitor
int visit_type_declarator (TAO_PSDL_Type_Declarator *);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* PSDL_TYPECODE_DEFN_H */
diff --git a/TAO/orbsvcs/PSS/PSDL_Visitor_Factory.h b/TAO/orbsvcs/PSS/PSDL_Visitor_Factory.h
index d5358c95811..0a9db809003 100644
--- a/TAO/orbsvcs/PSS/PSDL_Visitor_Factory.h
+++ b/TAO/orbsvcs/PSS/PSDL_Visitor_Factory.h
@@ -17,7 +17,7 @@
#ifndef TAO_PSDL_VISITOR_FACTORY_H
#define TAO_PSDL_VISITOR_FACTORY_H
-#include "ace/pre.h"
+#include /**/ "ace/pre.h"
#include "PSDL_Node_Visitor.h"
@@ -36,6 +36,6 @@ class TAO_PSDL_Export TAO_PSDL_Visitor_Factory
TAO_PSDL_Node_Visitor *make_visitor (int type);
};
-#include "ace/post.h"
+#include /**/ "ace/post.h"
#endif /* TAO_PSDL_VISITOR_FACTORY_H */