Commit ccfb841a authored by Marco De Marco's avatar Marco De Marco
Browse files

Class pre declaration removed

parent b5416e5a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -233,13 +233,13 @@ public:

/*----- PROTECTED REGION ID(MetadataImporter::Additional Method prototypes) ENABLED START -----*/
//------------------------------------------------------------------------------
//  [Public] Users methods
//  [Public] Counter method
//------------------------------------------------------------------------------
    virtual void incrementTupleCounter(long);

private:
protected:
//------------------------------------------------------------------------------
//  [Private] Utilities methods
//  [Protected] Utilities methods
//------------------------------------------------------------------------------
    virtual void checkIfFileExists(std::string)
        throw(std::invalid_argument);
+0 −2
Original line number Diff line number Diff line
@@ -6,8 +6,6 @@
namespace MetadataImporter_ns
{

class MetadataImporter;

class PlainClient : public Client
{
protected:
+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@
namespace MetadataImporter_ns
{

class MetadataImporter;

class SSLClient : public Client
{
protected: