diff lib/IMPL/Config/Descriptor.pm @ 422:b0481c071bea ref20150831

IMPL::Config::Container tests, YAMLConfiguration now works and tested
author cin
date Sun, 20 Aug 2017 00:20:41 +0300
parents 7798345304bc
children
line wrap: on
line diff
--- a/lib/IMPL/Config/Descriptor.pm	Sun Jul 16 22:59:39 2017 +0300
+++ b/lib/IMPL/Config/Descriptor.pm	Sun Aug 20 00:20:41 2017 +0300
@@ -24,6 +24,14 @@
     die IMPL::NotImplementedException->new();
 }
 
+sub services {
+    
+}
+
+sub GetName {
+    die IMPL::NotImplementedException->new();
+}
+
 sub ParseActivation {
     my $val = pop @_;