HomeSort by relevance Sort by last modified time
    Searched refs:mpInstance (Results 1 - 2 of 2) sorted by null

  /development/simulator/app/
PhoneCollection.h 20 if (mpInstance == NULL)
21 mpInstance = new PhoneCollection;
22 return mpInstance;
26 delete mpInstance;
27 mpInstance = NULL;
49 static PhoneCollection* mpInstance;
PhoneCollection.cpp 33 /*static*/ PhoneCollection* PhoneCollection::mpInstance = NULL;

Completed in 666 milliseconds