summaryrefslogtreecommitdiff
path: root/ACE/Kokyu/Kokyu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/Kokyu/Kokyu.h')
-rw-r--r--ACE/Kokyu/Kokyu.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/ACE/Kokyu/Kokyu.h b/ACE/Kokyu/Kokyu.h
index bbf444a4a7d..8d579dd9e8a 100644
--- a/ACE/Kokyu/Kokyu.h
+++ b/ACE/Kokyu/Kokyu.h
@@ -91,20 +91,20 @@ namespace Kokyu
* interface object with the appropriate implementation.
*/
class Kokyu_Export Dispatcher_Factory : private ACE_Copy_Disabled
- {
- public:
- /**
- * Create a dispatcher for dynamic dispatching of commands
- * (eg. events). The caller is responsible for freeing the
- * returned dynamically allocated memory.
- *
- * @param config Configuration information for the dispatcher.
- *
- * @return pointer to the dispatcher.
- */
- static Dispatcher*
- create_dispatcher (const Dispatcher_Attributes& attr);
- };
+ {
+ public:
+ /**
+ * Create a dispatcher for dynamic dispatching of commands
+ * (eg. events). The caller is responsible for freeing the
+ * returned dynamically allocated memory.
+ *
+ * @param config Configuration information for the dispatcher.
+ *
+ * @return pointer to the dispatcher.
+ */
+ static Dispatcher*
+ create_dispatcher (const Dispatcher_Attributes& attr);
+ };
} //end of namespace
#if defined (__ACE_INLINE__)