~ubuntu-branches/debian/sid/pgadmin3/sid

« back to all changes in this revision

Viewing changes to pgadmin/utils/factory.cpp

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-10-23 12:42:50 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20141023124250-lyt902bdtiugcyz6
Tags: 1.20.0~beta2-1
* New upstream release.
* Use /bin/bash in pgadmin/ui/embed-xrc.
* Use /usr/share/dpkg/buildflags.mk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
411
411
                list->Add(this);
412
412
}
413
413
 
 
414
menuFactory::~menuFactory()
 
415
{
 
416
}
414
417
 
415
418
actionFactory::actionFactory(menuFactoryList *list) : menuFactory(list)
416
419
{