summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/rx-subjects.hpp
blob: bcbe3c846f819e94cab0392101466b9c7210b651 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.

#pragma once

#if !defined(RXCPP_RX_SCHEDULER_SUBJECTS_HPP)
#define RXCPP_RX_SCHEDULER_SUBJECTS_HPP

#include "rx-includes.hpp"

namespace rxcpp {

namespace subjects {

}
namespace rxsub=subjects;

}

#include "subjects/rx-subject.hpp"
#include "subjects/rx-behavior.hpp"
#include "subjects/rx-replaysubject.hpp"
#include "subjects/rx-synchronize.hpp"

#endif