Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133638
Collapse All | Expand All

(-)pgadmin3-1.4.1/src/include/pgSchema.h (-1 / +1 lines)
Lines 85-91 public: Link Here
85
    pgSchemaObject(pgSchema *newSchema, int newType, const wxString& newName = wxT("")) : pgDatabaseObject(newType, newName)
85
    pgSchemaObject(pgSchema *newSchema, int newType, const wxString& newName = wxT("")) : pgDatabaseObject(newType, newName)
86
        { SetSchema(newSchema); wxLogInfo(wxT("Creating a pg") + GetTypeName() + wxT(" object")); }
86
        { SetSchema(newSchema); wxLogInfo(wxT("Creating a pg") + GetTypeName() + wxT(" object")); }
87
87
88
    pgSchemaObject::~pgSchemaObject()
88
    ~pgSchemaObject()
89
        { wxLogInfo(wxT("Destroying a pg") + GetTypeName() + wxT(" object")); }
89
        { wxLogInfo(wxT("Destroying a pg") + GetTypeName() + wxT(" object")); }
90
90
91
    bool GetSystemObject() const;
91
    bool GetSystemObject() const;
(-)pgadmin3-1.4.1/xtra/pgagent/include/connection.h (-1 / +1 lines)
Lines 41-47 public: Link Here
41
	void Return();
41
	void Return();
42
42
43
private:
43
private:
44
    bool DBconn::Connect(const wxString &connectString);
44
    bool Connect(const wxString &connectString);
45
45
46
protected:
46
protected:
47
    static wxString basicConnectString;
47
    static wxString basicConnectString;

Return to bug 133638