summaryrefslogtreecommitdiff
path: root/ace/Synch.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-29 20:16:51 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-29 20:16:51 +0000
commit4c6ed20175df0299d485561c96abdad9a513edd5 (patch)
tree2a3c5000d103ba9a53b3c26b82e818cffbd62cc2 /ace/Synch.h
parent03aa2fc7a6c56d62526314b7d15561f5e13cdfb9 (diff)
downloadATCD-4c6ed20175df0299d485561c96abdad9a513edd5.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Synch.h')
-rw-r--r--ace/Synch.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/ace/Synch.h b/ace/Synch.h
index 1d6c8144b09..2e9dbf490ab 100644
--- a/ace/Synch.h
+++ b/ace/Synch.h
@@ -171,8 +171,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_File_Lock &))
- ACE_UNIMPLEMENTED_FUNC (ACE_File_Lock (const ACE_File_Lock &))
+ void operator= (const ACE_File_Lock &);
+ ACE_File_Lock (const ACE_File_Lock &);
};
class ACE_Export ACE_Semaphore
@@ -257,8 +257,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Semaphore &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Semaphore (const ACE_Semaphore &))
+ void operator= (const ACE_Semaphore &);
+ ACE_Semaphore (const ACE_Semaphore &);
};
class ACE_Export ACE_Process_Semaphore
@@ -402,8 +402,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_RW_Mutex &))
- ACE_UNIMPLEMENTED_FUNC (ACE_RW_Mutex (const ACE_RW_Mutex &))
+ void operator= (const ACE_RW_Mutex &);
+ ACE_RW_Mutex (const ACE_RW_Mutex &);
};
class ACE_Export ACE_Mutex
@@ -473,8 +473,8 @@ public:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Mutex &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Mutex (const ACE_Mutex &))
+ void operator= (const ACE_Mutex &);
+ ACE_Mutex (const ACE_Mutex &);
};
class ACE_Export ACE_Process_Mutex
@@ -617,8 +617,8 @@ public:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Null_Barrier &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Null_Barrier (const ACE_Null_Barrier &))
+ void operator= (const ACE_Null_Barrier &);
+ ACE_Null_Barrier (const ACE_Null_Barrier &);
};
class ACE_Export ACE_Null_Mutex
@@ -673,8 +673,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Null_Condition &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Null_Condition (const ACE_Null_Condition &))
+ void operator= (const ACE_Null_Condition &);
+ ACE_Null_Condition (const ACE_Null_Condition &);
};
class ACE_Export ACE_Null_Mutex_Guard
@@ -699,8 +699,8 @@ public:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Null_Mutex_Guard &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Null_Mutex_Guard (const ACE_Null_Mutex_Guard &))
+ void operator= (const ACE_Null_Mutex_Guard &);
+ ACE_Null_Mutex_Guard (const ACE_Null_Mutex_Guard &);
};
class ACE_TSS_Adapter
@@ -810,8 +810,8 @@ protected:
private:
// = Prevent copying.
- ACE_UNIMPLEMENTED_FUNC (ACE_Event (const ACE_Event& event))
- ACE_UNIMPLEMENTED_FUNC (const ACE_Event &operator= (const ACE_Event &rhs))
+ ACE_Event (const ACE_Event& event);
+ const ACE_Event &operator= (const ACE_Event &rhs);
};
class ACE_Export ACE_Manual_Event : public ACE_Event
@@ -939,8 +939,8 @@ public:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Thread_Mutex &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Thread_Mutex (const ACE_Thread_Mutex &))
+ void operator= (const ACE_Thread_Mutex &);
+ ACE_Thread_Mutex (const ACE_Thread_Mutex &);
};
class ACE_Export ACE_Thread_Mutex_Guard
@@ -993,8 +993,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Thread_Mutex_Guard &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Thread_Mutex_Guard (const ACE_Thread_Mutex_Guard &))
+ void operator= (const ACE_Thread_Mutex_Guard &);
+ ACE_Thread_Mutex_Guard (const ACE_Thread_Mutex_Guard &);
};
class ACE_Export ACE_Condition_Thread_Mutex
@@ -1071,8 +1071,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Condition_Thread_Mutex &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Condition_Thread_Mutex (const ACE_Condition_Thread_Mutex &))
+ void operator= (const ACE_Condition_Thread_Mutex &);
+ ACE_Condition_Thread_Mutex (const ACE_Condition_Thread_Mutex &);
};
class ACE_Export ACE_Recursive_Thread_Mutex
@@ -1175,8 +1175,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Recursive_Thread_Mutex &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Recursive_Thread_Mutex (const ACE_Recursive_Thread_Mutex &))
+ void operator= (const ACE_Recursive_Thread_Mutex &);
+ ACE_Recursive_Thread_Mutex (const ACE_Recursive_Thread_Mutex &);
};
class ACE_Export ACE_RW_Thread_Mutex : public ACE_RW_Mutex
@@ -1288,8 +1288,8 @@ protected:
private:
// = Prevent assignment and initialization.
- ACE_UNIMPLEMENTED_FUNC (void operator= (const ACE_Barrier &))
- ACE_UNIMPLEMENTED_FUNC (ACE_Barrier (const ACE_Barrier &))
+ void operator= (const ACE_Barrier &);
+ ACE_Barrier (const ACE_Barrier &);
};
#if 0