root/headers/private/debugger/ids/ReturnValueID.h
/*
 * Copyright 2012, Rene Gollent, rene@gollent.com.
 * Distributed under the terms of the MIT License.
 */
#ifndef RETURN_VALUE_ID_H
#define RETURN_VALUE_ID_H


#include "ObjectID.h"


class ReturnValueID : public ObjectID {
public:
        virtual                                         ~ReturnValueID();
};


#endif  // RETURN_VALUE_ID_H