summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h b/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h
new file mode 100644
index 00000000000..05d145d7913
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/LoadBalancer_pch.h
@@ -0,0 +1,18 @@
+// $Id$
+#ifndef LOADBALANCER_PCH_H
+#define LOADBALANCER_PCH_H
+
+#if defined(ACE_USING_PCH)
+
+#include "tao/debug.h"
+#include "tao/ORB_Core.h"
+#include "tao/Environment.h"
+
+#include "LoadBalancer_i.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#endif
+#endif