summaryrefslogtreecommitdiff
path: root/ace/Service_Repository.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Service_Repository.cpp')
-rw-r--r--ace/Service_Repository.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Service_Repository.cpp b/ace/Service_Repository.cpp
index fe316000bf0..8c5b91b40d7 100644
--- a/ace/Service_Repository.cpp
+++ b/ace/Service_Repository.cpp
@@ -18,8 +18,8 @@ ACE_Service_Repository::dump (void) const
ACE_Service_Repository::ACE_Service_Repository (void)
: service_vector_ (0),
- total_size_ (0),
- current_size_ (0)
+ current_size_ (0),
+ total_size_ (0)
{
ACE_TRACE ("ACE_Service_Repository::ACE_Service_Repository");
}