recursive_file_copy.cpp File Reference

#include "file_transfer_infoton.h"
#include "file_transfer_tentacle.h"
#include "recursive_file_copy.h"
#include <basis/astring.h>
#include <basis/contracts.h>
#include <filesystem/filename_list.h>
#include <application/application_shell.h>
#include <basis/guards.h>
#include <filesystem/directory.h>
#include <filesystem/directory_tree.h>
#include <filesystem/filename.h>
#include <filesystem/heavy_file_ops.h>
#include <filesystem/huge_file.h>
#include <loggers/program_wide_logger.h>
#include <octopus/entity_defs.h>
#include <octopus/octopus.h>
#include <structures/static_memory_gremlin.h>
#include <textual/string_manipulation.h>
Include dependency graph for recursive_file_copy.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  octopi

Defines

#define FAKE_HOSTNAME   "internal_fake_host"
#define LOG(s)   CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)
#define BASE_LOG(s)   EMERGENCY_LOG(program_wide_logger::get(), s)
#define RETURN_ERROR_RFC(msg, err)

Variables

const int octopi::MAX_CHUNK_RFC_COPY_HIER = 1 * MEGABYTE

Define Documentation

#define BASE_LOG (  )     EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 47 of file recursive_file_copy.cpp.

#define FAKE_HOSTNAME   "internal_fake_host"

Definition at line 42 of file recursive_file_copy.cpp.

Referenced by octopi::recursive_file_copy::copy_hierarchy().

#define LOG (  )     CLASS_EMERGENCY_LOG(program_wide_logger::get(), s)

Definition at line 45 of file recursive_file_copy.cpp.

#define RETURN_ERROR_RFC ( msg,
err   ) 
Value:
{ \
  LOG(msg); \
  return err; \
}

Definition at line 57 of file recursive_file_copy.cpp.

Referenced by octopi::recursive_file_copy::copy_hierarchy().

Generated on Sat Jan 28 04:25:00 2012 for hoople2 project by  doxygen 1.6.3