Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/CurrentObject.h

    r6b0b624 rf7cb0bc  
    99// Author           : Rob Schluntz
    1010// Created On       : Thu Jun  8 11:07:25 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:36:48 2017
    13 // Update Count     : 3
     11// Last Modified By : Rob Schluntz
     12// Last Modified On : Thu Jun  8 11:07:41 2017
     13// Update Count     : 2
    1414//
    1515
    16 #pragma once
     16#ifndef CURRENT_OBJECT_H
     17#define CURRENT_OBJECT_H
    1718
    1819#include <stack>
     
    2425        class MemberIterator;
    2526
     27        // TODO: memory management of MemberIterators
    2628        class CurrentObject {
    2729        public:
     
    4951} // namespace ResolvExpr
    5052
     53#endif // CURRENT_OBJECT_H
     54
    5155// Local Variables: //
    5256// tab-width: 4 //
Note: See TracChangeset for help on using the changeset viewer.