OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [debugger/] [src/] [common/] [coreservices/] [iautocomplete.h] - Diff between revs 3 and 4

Show entire file | Details | Blame | View Log

Rev 3 Rev 4
Line 3... Line 3...
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @copyright  Copyright 2016 GNSS Sensor Ltd. All right reserved.
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @author     Sergey Khabarov - sergeykhbr@gmail.com
 * @brief      Autocompleter's interface.
 * @brief      Autocompleter's interface.
 */
 */
 
 
#ifndef __DEBUGGER_IAUTOCOMPLETE_H__
#ifndef __DEBUGGER_COMMON_CORESERVICES_IAUTOCOMPLETE_H__
#define __DEBUGGER_IAUTOCOMPLETE_H__
#define __DEBUGGER_COMMON_CORESERVICES_IAUTOCOMPLETE_H__
 
 
#include "iface.h"
#include <iface.h>
#include "attribute.h"
#include <attribute.h>
 
 
namespace debugger {
namespace debugger {
 
 
static const char *IFACE_AUTO_COMPLETE = "IAutoComplete";
static const char *IFACE_AUTO_COMPLETE = "IAutoComplete";
 
 
Line 66... Line 66...
                            AttributeType *cursor) =0;
                            AttributeType *cursor) =0;
};
};
 
 
}  // namespace debugger
}  // namespace debugger
 
 
#endif  // __DEBUGGER_IAUTOCOMPLETE_H__
#endif  // __DEBUGGER_COMMON_CORESERVICES_IAUTOCOMPLETE_H__
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.