Changeset 382 for cpp/frams/param


Ignore:
Timestamp:
05/22/15 04:15:14 (9 years ago)
Author:
sz
Message:

Moving frams/virtfile to common/virtfile:

  • file references updated (includes, makefile)
  • common/virtfile can no longer use the Framsticks specific SString (using std::string instead)
Location:
cpp/frams/param
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/multiparamload.h

    r333 r382  
    88#include <stdio.h>
    99#include "param.h"
    10 #include <frams/virtfile/virtfile.h>
     10#include <common/virtfile/virtfile.h>
    1111#include <frams/util/extvalue.h>
    1212
  • cpp/frams/param/param.h

    r375 r382  
    1111#include <frams/util/list.h>
    1212#include <frams/util/statrick.h>
    13 #include <frams/virtfile/virtfile.h>
     13#include <common/virtfile/virtfile.h>
    1414#include <common/log.h>
    1515
Note: See TracChangeset for help on using the changeset viewer.