fix to compile
authorMichael Andres <ma@suse.de>
Thu, 29 Mar 2007 17:50:39 +0000 (17:50 +0000)
committerMichael Andres <ma@suse.de>
Thu, 29 Mar 2007 17:50:39 +0000 (17:50 +0000)
zypp/CapFactory.cc

index ae922c73dcf56d32b97efe848a052f088f53e3c2..a4c15ddc627e9b08552afcdfca014753e84bcd98 100644 (file)
@@ -176,7 +176,12 @@ namespace zypp
   CapFactory::~CapFactory()
   {}
 
-  Capability fromImpl( capability::CapabilityImpl::Ptr impl ) const
+  ///////////////////////////////////////////////////////////////////
+  //
+  //   METHOD NAME : CapFactory::fromImpl
+  //   METHOD TYPE : Capability
+  //
+  Capability CapFactory::fromImpl( capability::CapabilityImpl::Ptr impl ) const
   try
   {
     return Capability( usetInsert( impl ) );