diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-01-21 20:13:29 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-01-21 20:13:29 +0100 |
commit | 1afb3f00e95cf72bf39305bf62c6f06b90d39add (patch) | |
tree | 1ad126b73722f33944d3dae11f6238c6a150b8c7 | |
parent | d6c5fa19716b710de9738e80cc5c2840670a921e (diff) | |
download | ATCD-1afb3f00e95cf72bf39305bf62c6f06b90d39add.tar.gz |
Some more layout changes to trigger CI builds
* ACE/ace/Activation_Queue.h:
* ACE/ace/Active_Map_Manager.h:
* ACE/ace/Active_Map_Manager_T.h:
* ACE/ace/Argv_Type_Converter.h:
* ACE/ace/Array_Map.h:
* ACE/ace/Asynch_Connector.h:
* ACE/ace/Atomic_Op.h:
* ACE/ace/Atomic_Op_GCC_T.h:
* ACE/ace/Based_Pointer_Repository.h:
* ACE/ace/Bound_Ptr.h:
* ACE/ace/CDR_Stream.h:
* ACE/ace/Cache_Map_Manager_T.h:
* ACE/ace/Caching_Strategies_T.h:
* ACE/ace/Capabilities.h:
* ACE/ace/Containers_T.h:
* ACE/ace/DLL.h:
* ACE/ace/DLL_Manager.h:
* ACE/ace/Dev_Poll_Reactor.h:
-rw-r--r-- | ACE/ace/Activation_Queue.h | 1 | ||||
-rw-r--r-- | ACE/ace/Active_Map_Manager.h | 1 | ||||
-rw-r--r-- | ACE/ace/Active_Map_Manager_T.h | 1 | ||||
-rw-r--r-- | ACE/ace/Argv_Type_Converter.h | 1 | ||||
-rw-r--r-- | ACE/ace/Array_Map.h | 2 | ||||
-rw-r--r-- | ACE/ace/Asynch_Connector.h | 1 | ||||
-rw-r--r-- | ACE/ace/Atomic_Op.h | 4 | ||||
-rw-r--r-- | ACE/ace/Atomic_Op_GCC_T.h | 2 | ||||
-rw-r--r-- | ACE/ace/Based_Pointer_Repository.h | 1 | ||||
-rw-r--r-- | ACE/ace/Bound_Ptr.h | 2 | ||||
-rw-r--r-- | ACE/ace/CDR_Stream.h | 2 | ||||
-rw-r--r-- | ACE/ace/Cache_Map_Manager_T.h | 2 | ||||
-rw-r--r-- | ACE/ace/Caching_Strategies_T.h | 5 | ||||
-rw-r--r-- | ACE/ace/Capabilities.h | 1 | ||||
-rw-r--r-- | ACE/ace/Containers_T.h | 2 | ||||
-rw-r--r-- | ACE/ace/DLL.h | 2 | ||||
-rw-r--r-- | ACE/ace/DLL_Manager.h | 4 | ||||
-rw-r--r-- | ACE/ace/Dev_Poll_Reactor.h | 4 |
18 files changed, 0 insertions, 38 deletions
diff --git a/ACE/ace/Activation_Queue.h b/ACE/ace/Activation_Queue.h index 7317c43d0b5..2dbc37ab001 100644 --- a/ACE/ace/Activation_Queue.h +++ b/ACE/ace/Activation_Queue.h @@ -147,7 +147,6 @@ protected: bool delete_queue_; private: - /// Allocation strategy of the queue. ACE_Allocator *allocator_; diff --git a/ACE/ace/Active_Map_Manager.h b/ACE/ace/Active_Map_Manager.h index e0dbb7d5518..3bf29130bf6 100644 --- a/ACE/ace/Active_Map_Manager.h +++ b/ACE/ace/Active_Map_Manager.h @@ -80,7 +80,6 @@ public: void increment_slot_generation_count (void); private: - /** * @brief Data for the Active Object Map Key. * diff --git a/ACE/ace/Active_Map_Manager_T.h b/ACE/ace/Active_Map_Manager_T.h index 41b8ea1880a..472ea71911b 100644 --- a/ACE/ace/Active_Map_Manager_T.h +++ b/ACE/ace/Active_Map_Manager_T.h @@ -183,7 +183,6 @@ protected: typedef ACE_Map_Manager<ACE_Active_Map_Manager_Key, T, ACE_Null_Mutex> ACE_AMM_BASE; private: - // = Disallow these operations. ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Active_Map_Manager<T> &)) ACE_UNIMPLEMENTED_FUNC (ACE_Active_Map_Manager (const ACE_Active_Map_Manager<T> &)) diff --git a/ACE/ace/Argv_Type_Converter.h b/ACE/ace/Argv_Type_Converter.h index 76040b128f3..c2a73f2c1eb 100644 --- a/ACE/ace/Argv_Type_Converter.h +++ b/ACE/ace/Argv_Type_Converter.h @@ -55,7 +55,6 @@ public: int& get_argc (void); private: - /// Copy Constructor should not be used. ACE_Argv_Type_Converter (const ACE_Argv_Type_Converter&); diff --git a/ACE/ace/Array_Map.h b/ACE/ace/Array_Map.h index 507a97ed2aa..5fd040069ee 100644 --- a/ACE/ace/Array_Map.h +++ b/ACE/ace/Array_Map.h @@ -248,11 +248,9 @@ public: allocator_type get_allocator() const { return alloc_; } private: - /// Increase size of underlying buffer by @a s. void grow (size_type s); -private: /// The allocator. allocator_type alloc_; diff --git a/ACE/ace/Asynch_Connector.h b/ACE/ace/Asynch_Connector.h index 8706fd2221d..584c29fb0dd 100644 --- a/ACE/ace/Asynch_Connector.h +++ b/ACE/ace/Asynch_Connector.h @@ -143,7 +143,6 @@ protected: virtual HANDLER *make_handler (void); private: - /// Asynch_Connect used to make life easier :-) ACE_Asynch_Connect asynch_connect_; diff --git a/ACE/ace/Atomic_Op.h b/ACE/ace/Atomic_Op.h index 0b2535e7982..b9b179c007a 100644 --- a/ACE/ace/Atomic_Op.h +++ b/ACE/ace/Atomic_Op.h @@ -142,14 +142,12 @@ public: static void init_functions (void); private: - /// This function cannot be supported by this template specialization. /// If you need access to an underlying lock, use the ACE_Atomic_Op_Ex /// template instead. ACE_Thread_Mutex &mutex (void); private: - /// Current object decorated by the atomic op. volatile long value_; @@ -242,14 +240,12 @@ public: static void init_functions (void); private: - /// This function cannot be supported by this template specialization. /// If you need access to an underlying lock, use the ACE_Atomic_Op_Ex /// template instead. ACE_Thread_Mutex &mutex (void); private: - /// Current object decorated by the atomic op. volatile unsigned long value_; diff --git a/ACE/ace/Atomic_Op_GCC_T.h b/ACE/ace/Atomic_Op_GCC_T.h index 6a25fe176b0..38485af3bac 100644 --- a/ACE/ace/Atomic_Op_GCC_T.h +++ b/ACE/ace/Atomic_Op_GCC_T.h @@ -104,14 +104,12 @@ protected: ACE_Atomic_Op_GCC (const ACE_Atomic_Op_GCC<T> &c); private: - // This function cannot be supported by this template specialization. // If you need access to an underlying lock, use the ACE_Atomic_Op_Ex // template instead. ACE_Thread_Mutex &mutex (void); private: - /// Current object decorated by the atomic op. volatile T value_; }; diff --git a/ACE/ace/Based_Pointer_Repository.h b/ACE/ace/Based_Pointer_Repository.h index 770774344e7..8139a8edbfb 100644 --- a/ACE/ace/Based_Pointer_Repository.h +++ b/ACE/ace/Based_Pointer_Repository.h @@ -63,7 +63,6 @@ public: int unbind (void *addr); private: - /// Use the "Cheshire-Cat" technique to hide the implementation in /// order to avoid circular #include dependencies. ACE_Based_Pointer_Repository_Rep *rep_; diff --git a/ACE/ace/Bound_Ptr.h b/ACE/ace/Bound_Ptr.h index 4d07c5417d9..6626b97b3f4 100644 --- a/ACE/ace/Bound_Ptr.h +++ b/ACE/ace/Bound_Ptr.h @@ -74,13 +74,11 @@ public: static bool object_was_deleted (ACE_Bound_Ptr_Counter<ACE_LOCK> *counter); private: - /// Allocate a new ACE_Bound_Ptr_Counter<ACE_LOCK> instance, /// returning NULL if it cannot be created. static ACE_Bound_Ptr_Counter<ACE_LOCK> *internal_create (long init_obj_ref_count); private: - /// Reference count of underlying object. Is set to -1 once the /// object has been destroyed to indicate to all weak pointers that /// it is no longer valid. diff --git a/ACE/ace/CDR_Stream.h b/ACE/ace/CDR_Stream.h index 7bab6538bf9..4ce2402a5fb 100644 --- a/ACE/ace/CDR_Stream.h +++ b/ACE/ace/CDR_Stream.h @@ -524,7 +524,6 @@ public: #endif /* ACE_HAS_MONITOR_POINTS==1 */ private: - // Find the message block in the chain of message blocks // that the provide location locates. ACE_Message_Block* find (char* loc); @@ -1083,7 +1082,6 @@ protected: #endif /* ACE_HAS_MONITOR_POINTS==1 */ private: - ACE_CDR::Boolean read_1 (ACE_CDR::Octet *x); ACE_CDR::Boolean read_2 (ACE_CDR::UShort *x); ACE_CDR::Boolean read_4 (ACE_CDR::ULong *x); diff --git a/ACE/ace/Cache_Map_Manager_T.h b/ACE/ace/Cache_Map_Manager_T.h index 017befa4c5f..da181cb0ed2 100644 --- a/ACE/ace/Cache_Map_Manager_T.h +++ b/ACE/ace/Cache_Map_Manager_T.h @@ -226,11 +226,9 @@ protected: CACHING_STRATEGY &caching_strategy_; private: - // = Disallow these operations. ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Cache_Map_Manager<KEY, VALUE, CMAP_TYPE, ITERATOR_IMPL, REVERSE_ITERATOR_IMPL, CACHING_STRATEGY, ATTRIBUTES> &)) ACE_UNIMPLEMENTED_FUNC (ACE_Cache_Map_Manager (const ACE_Cache_Map_Manager<KEY, VALUE, CMAP_TYPE, ITERATOR_IMPL, REVERSE_ITERATOR_IMPL, CACHING_STRATEGY, ATTRIBUTES> &)) - }; /** diff --git a/ACE/ace/Caching_Strategies_T.h b/ACE/ace/Caching_Strategies_T.h index 71f8b961292..243d10c6a38 100644 --- a/ACE/ace/Caching_Strategies_T.h +++ b/ACE/ace/Caching_Strategies_T.h @@ -164,7 +164,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// Implementation class. IMPLEMENTATION *implementation_; @@ -261,7 +260,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// This element is the one which is the deciding factor for purging /// of an ITEM. ATTRIBUTES timer_; @@ -361,7 +359,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// The level about which the purging will happen automagically. double purge_percent_; @@ -453,7 +450,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// The order is the deciding factor for the item to be removed from /// the cache. ATTRIBUTES order_; @@ -531,7 +527,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// This is the helper class which will decide and expunge entries /// from the cache. CACHING_UTILITY caching_utility_; diff --git a/ACE/ace/Capabilities.h b/ACE/ace/Capabilities.h index 192e151ae57..e43ace9d2dd 100644 --- a/ACE/ace/Capabilities.h +++ b/ACE/ace/Capabilities.h @@ -175,7 +175,6 @@ protected: void resetcaps (void); private: - /// This is the set of ACE_CapEntry. CAPABILITIES_MAP caps_; }; diff --git a/ACE/ace/Containers_T.h b/ACE/ace/Containers_T.h index dc165c97dac..90a967b6f6b 100644 --- a/ACE/ace/Containers_T.h +++ b/ACE/ace/Containers_T.h @@ -1740,7 +1740,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// Pointer to the current node in the iteration. ACE_DNode<T> *current_; @@ -1878,7 +1877,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /** * Insert @a item, starting its search at the position given, * and if successful updates the passed pointer to point to diff --git a/ACE/ace/DLL.h b/ACE/ace/DLL.h index b321743140a..c646964855f 100644 --- a/ACE/ace/DLL.h +++ b/ACE/ace/DLL.h @@ -171,14 +171,12 @@ public: bool close_handle_on_destruction = true); private: - int open_i (const ACE_TCHAR *dll_name, int open_mode = ACE_DEFAULT_SHLIB_MODE, bool close_handle_on_destruction = true, ACE_SHLIB_HANDLE handle = 0); - //private: public: /// Open mode. int open_mode_; diff --git a/ACE/ace/DLL_Manager.h b/ACE/ace/DLL_Manager.h index f5a6bf0b581..6c17ee7572c 100644 --- a/ACE/ace/DLL_Manager.h +++ b/ACE/ace/DLL_Manager.h @@ -140,7 +140,6 @@ public: ACE_ALLOC_HOOK_DECLARE; private: - /// Returns a string explaining why <symbol> or <open> /// failed in @a err. This is used internal to print out the error to the log, /// but since this object is shared, we can't store or return the error @@ -183,7 +182,6 @@ private: void operator= (const ACE_DLL_Handle &); private: - /// Keep track of how many ACE_DLL objects have a reference to this /// dll. sig_atomic_t refcount_; @@ -295,7 +293,6 @@ protected: int unload_dll (ACE_DLL_Handle *dll_handle, int force_unload = 0); private: - /// Close the singleton instance. static void close_singleton (void); @@ -304,7 +301,6 @@ private: void operator= (const ACE_DLL_Manager &); private: - /// Vector containing all loaded handle objects. ACE_DLL_Handle **handle_vector_; diff --git a/ACE/ace/Dev_Poll_Reactor.h b/ACE/ace/Dev_Poll_Reactor.h index c47d6a838a5..4720a118835 100644 --- a/ACE/ace/Dev_Poll_Reactor.h +++ b/ACE/ace/Dev_Poll_Reactor.h @@ -387,7 +387,6 @@ class ACE_Export ACE_Dev_Poll_Reactor : public ACE_Reactor_Impl ACE_ALLOC_HOOK_DECLARE; private: - /// Current number of handles. int size_; @@ -1128,7 +1127,6 @@ protected: int acquire (ACE_Time_Value *max_wait = 0); private: - Token_Guard (void); private: @@ -1181,13 +1179,11 @@ public: void release (void); private: - /// The event handler being managed. ACE_Event_Handler *eh_; /// true if eh_ is a reference-counted handler. bool refcounted_; - }; ACE_END_VERSIONED_NAMESPACE_DECL |