testdev/ite/test/com.nokia.testfw.cmdtool.test/test.resource/unittest/several.bld.inf/multiprj/multiprj2/inc/class2.h
author Johnson Ma <johnson.ma@nokia.com>
Tue, 30 Mar 2010 14:39:29 +0800
changeset 1 96906a986c3b
permissions -rw-r--r--
contribute ITE to symbian foundation

/*
 * class2.h
 *
 *  Created on: 2009-10-23
 *      Author: y183zhan
 */

#ifndef CLASS2_H_
#define CLASS2_H_

#include <e32def.h> 

class CClass2
    {
public:
    CClass2();
    ~CClass2();
public:
    TInt PubFoo1(TInt a, TInt b);
    TInt PubFoo2();
    static TInt staFoo4();
private:
    void Foo3();
    
    };

#endif /* CLASS2_H_ */