summaryrefslogtreecommitdiff
path: root/DAnCE/dance/RepositoryManager/PC_Updater_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/dance/RepositoryManager/PC_Updater_T.cpp')
-rw-r--r--DAnCE/dance/RepositoryManager/PC_Updater_T.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/DAnCE/dance/RepositoryManager/PC_Updater_T.cpp b/DAnCE/dance/RepositoryManager/PC_Updater_T.cpp
deleted file mode 100644
index 8f995de61f4..00000000000
--- a/DAnCE/dance/RepositoryManager/PC_Updater_T.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef PC_UPDATER_T_C
-#define PC_UPDATER_T_C
-#include "PC_Updater.h"
-#include "PC_Updater_T.h"
-
-namespace PC_Updater_T
-{
- /// Dumps a sequence
- template <typename SEQUENCE>
- void update_sequence (SEQUENCE &seq, PC_Updater* updater)
- {
- CORBA::ULong const size = seq.length ();
-
- for (CORBA::ULong i = 0; i < size; ++i)
- updater->update (seq[i]);
- }
-}
-
-#endif /* PC_Updater_C */