idevicetypeextractor.hh

来自「It s a tool designed to extract as much 」· HH 代码 · 共 40 行

HH
40
字号
/* -*- c++ -*- ---------------------------------------------------------------   Copyright (C) 2005, SWECO, All Rights Reserved.   A facility to extract the device type - interface   $Id$   Author: Zsolt Molnar (Zsolt.Molnar@ieee.org)   ---------------------------------------------------------------------------*/#ifndef __IDEVICETYPEEXTRACTOR_HH__#define __IDEVICETYPEEXTRACTOR_HH__#include <string>#include "Device.hh"#include "base.hh"#ifdef _cplusplusextern "C" {#endifclass IDeviceTypeExtractor {public:	IDeviceTypeExtractor() {};	virtual ~IDeviceTypeExtractor() {};	virtual Device::tDeviceType getDeviceType(const string& aDevClassID) = 0;	virtual Device::tOBEXChannel getOBEXChannel(const string& aDevClassID) = 0;};#ifdef _cplusplus}#endif#endif /* #ifndef __IDEVICETYPEEXTRACTOR_HH__ */   

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?