tcpiputils/dnd/Test/te_dnssuffix/inc/CallBackHandler.h
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:33:58 +0100
branchRCL_3
changeset 22 8d540f55e491
parent 20 7e41d162e158
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201035 Kit: 201035

/*
 * CallBackHandler.h
 *
 *  Created on: Apr 15, 2010
 *      Author: sakpatil
 */

#ifndef CALLBACKHANDLER_H_
#define CALLBACKHANDLER_H_

class MCallBackHandler
    {
public:
    virtual void HandleCallBackL(TInt aError) = 0;
    };

#endif /* CALLBACKHANDLER_H_ */