// SMUTCMDS.H
//
// Copyright (c) 1998 Symbian Ltd.  All rights reserved.
//



#if !defined (__SMUTCMDS_H__)
#define __SMUTCMDS_H__

enum TSmsMtmCommand 
	{
//  Synchronous commands
	ESmsMtmCommandSetCommandExpected = 0x100000,
//  Asynchronous commands
	ESmsMtmCommandReadServiceCenterAddress,
	ESmsMtmCommandWriteServiceCenterAddress,
	ESmsMtmCommandEnumerateStores,
	ESmsMtmCommandReadNewMessage,
	};


#endif