Source: capability.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef CAPABILITY_H
#define CAPABILITY_H

#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

#include "object.h"

namespace KDB {

/**
 * base class for all Capabilities implemented by a plugin
 */

class Capability : public Object {

    Q_OBJECT

public:
    Capability(const char * name);

    virtual ~Capability();

    capability provides() = 0;
};

}

#endif



Generated by: pradu@server.rete.casa on Fri Jul 28 15:15:55 2000, using kdoc 2.0a36.