windows-nt/Source/XPSP1/NT/base/wmi/bmoflocparser/inc/esputil/resid.h
2020-09-26 16:20:57 +08:00

39 lines
715 B
C++

//-----------------------------------------------------------------------------
//
// File: resid.h
// Copyright (C) 1994-1997 Microsoft Corporation
// All rights reserved.
//
//
//
//-----------------------------------------------------------------------------
#ifndef RESID_H
#define RESID_H
class LTAPIENTRY CLocResId : public CLocId
{
public:
NOTHROW CLocResId();
void AssertValid(void) const;
const CLocResId &operator=(const CLocResId &);
int NOTHROW operator==(const CLocResId &) const;
int NOTHROW operator!=(const CLocResId &) const;
void Serialize(CArchive &ar);
protected:
private:
};
#if !defined(_DEBUG) || defined(IMPLEMENT)
#include "resid.inl"
#endif
#endif // RESID_H