gecko-dev/mailnews/base/public/nsIMsgVCard.h
alecf%netscape.com 5f1e857708 rev these interfaces
add "scriptable" attribute to all interfaces
fix some bogus IIDs
redeclare some stuff in IDL that wasn't declared before
1999-05-27 05:19:55 +00:00

25 lines
645 B
C++

/*
* DO NOT EDIT. THIS FILE IS GENERATED FROM nsIMsgVCard.idl
*/
#ifndef __gen_nsIMsgVCard_h__
#define __gen_nsIMsgVCard_h__
#include "nsISupports.h" /* interface nsISupports */
#include "nsrootidl.h" /* interface nsrootidl */
/* starting interface: nsIMsgVCard */
/* {e0e67ec0-e3df-11d2-b7fc-00805f05ffa5} */
#define NS_IMSGVCARD_IID_STR "e0e67ec0-e3df-11d2-b7fc-00805f05ffa5"
#define NS_IMSGVCARD_IID \
{0xe0e67ec0, 0xe3df, 0x11d2, \
{ 0xb7, 0xfc, 0x00, 0x80, 0x5f, 0x05, 0xff, 0xa5 }}
class nsIMsgVCard : public nsISupports {
public:
NS_DEFINE_STATIC_IID_ACCESSOR(NS_IMSGVCARD_IID)
};
#endif /* __gen_nsIMsgVCard_h__ */