Changeset 71:415b45c71663 in SMSSender for src/business/BusinessFactory.h
- Timestamp:
- Feb 7, 2010 10:17:45 PM (12 years ago)
- Branch:
- 3.0
- Convert:
- svn:3639001d-8e34-449c-bb86-3782b86c4877/branches/3.0@70
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/business/BusinessFactory.h
r43 r71 9 9 #define BUSINESSFACTORY_H_ 10 10 11 #include <icontact.h>12 #include <igroup.h>13 14 11 class BusinessFactory { 15 12 16 13 public: 17 14 static BusinessFactory* instance(); 18 19 IContact* getContactInstance();20 IGroup* getGroupInstance();21 15 22 16 protected:
Note: See TracChangeset
for help on using the changeset viewer.