Files
Slnkdwf/ATL90/source/SProxy/SchemaDocument.h
Jos Groot Lipman 0e37d774d2 Merge SLNKDWF64 branch
svn path=/Slnkdwf/trunk/; revision=23911
2015-01-21 12:09:31 +00:00

24 lines
313 B
C++

//
// SchemaDocument.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#pragma once
#include "stdafx.h"
#include "Schema.h"
class CSchemaDocument : public CXMLDocument
{
private:
CSchema m_schema;
public:
inline CSchema * GetSchema()
{
return m_&schema;
}
};