Home | History | Annotate | Download | only in rxcpp
      1 // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
      2 
      3 #pragma once
      4 
      5 #if !defined(RXCPP_RX_SCHEDULER_SUBJECTS_HPP)
      6 #define RXCPP_RX_SCHEDULER_SUBJECTS_HPP
      7 
      8 #include "rx-includes.hpp"
      9 
     10 namespace rxcpp {
     11 
     12 namespace subjects {
     13 
     14 }
     15 namespace rxsub=subjects;
     16 
     17 }
     18 
     19 #include "subjects/rx-subject.hpp"
     20 #include "subjects/rx-behavior.hpp"
     21 #include "subjects/rx-replaysubject.hpp"
     22 #include "subjects/rx-synchronize.hpp"
     23 
     24 #endif
     25