acme
Loading...
Searching...
No Matches
exception
interface_only.h
1
#pragma once
2
3
4
#include "not_implemented.h"
5
6
7
class
CLASS_DECL_ACME interface_only :
8
public
not_implemented
9
{
10
public
:
11
12
13
interface_only(const ::scoped_string & scopedstrMessage =
nullptr
, const ::e_status & estatus = error_interface_only);
14
~interface_only()
override
;
15
16
17
};
Generated by
1.13.2