summaryrefslogtreecommitdiff
path: root/TAO/examples/Load_Balancing/Load_Balancer_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Load_Balancing/Load_Balancer_i.h')
-rw-r--r--TAO/examples/Load_Balancing/Load_Balancer_i.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/examples/Load_Balancing/Load_Balancer_i.h b/TAO/examples/Load_Balancing/Load_Balancer_i.h
index fd1f91d685c..43308af99c8 100644
--- a/TAO/examples/Load_Balancing/Load_Balancer_i.h
+++ b/TAO/examples/Load_Balancing/Load_Balancer_i.h
@@ -201,7 +201,6 @@ public:
void destroy (void);
protected:
-
/// Typedefs for ease of use.
typedef ACE_DLList<ACE_CString> LIST;
typedef ACE_DLList_Iterator<ACE_CString> ITERATOR;
@@ -273,7 +272,6 @@ public:
class RR_Object_Group: public Object_Group_i
{
public:
-
/// Constructor.
RR_Object_Group (const char *id,
Object_Group_Factory_i *my_factory);
@@ -301,7 +299,6 @@ public:
void destroy (void);
private:
-
/// Index into the Object_Group_i::member_id_list_: keeps track of
/// the member_id to return on the next invocation of <resolve>.
size_t next_;