blob: c49ce905b1cf46c05e7ab4f8ef0be9b9f10e33d0 [file] [log] [blame]
#include "sharedlib.h"
SharedDependLibObject SharedLibObject::object() const
{
SharedDependLibObject sdlo;
return sdlo;
}
int SharedLibObject::foo() const
{
return 0;
}