Changing ResourceManager naming for platform::ResourceName
[nepi.git] / src / nepi / resources / linux / ns3 / ccn / ns3ccnddceapplication.py
index a42bb5d..43f929b 100644 (file)
@@ -25,7 +25,7 @@ import os
 
 @clsinit_copy
 class LinuxNS3DceCCND(LinuxNS3CCNDceApplication):
-    _rtype = "ns3::LinuxDceCCND"
+    _rtype = "linux::ns3::dce::CCND"
 
     @classmethod
     def _register_attributes(cls):